- 20 Feb, 2005 1 commit
-
-
Tom Lane authored
in GetNewTransactionId(). Since the limit value has to be computed before we run any real transactions, this requires adding code to database startup to scan pg_database and determine the oldest datfrozenxid. This can conveniently be combined with the first stage of an attack on the problem that the 'flat file' copies of pg_shadow and pg_group are not properly updated during WAL recovery. The code I've added to startup resides in a new file src/backend/utils/init/flatfiles.c, and it is responsible for rewriting the flat files as well as initializing the XID wraparound limit value. This will eventually allow us to get rid of GetRawDatabaseInfo too, but we'll need an initdb so we can add a trigger to pg_database.
-
- 19 Feb, 2005 4 commits
-
-
Tom Lane authored
CHECKPOINT and some other commands in the context of a standalone backend. Allow a standalone backend to do its own checkpoints.
-
Tom Lane authored
into the sub-SELECT targetlist when it appears in the context INSERT INTO foo SELECT $1 ... Per report from Abhijit Menon-Sen.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 18 Feb, 2005 1 commit
-
-
Tom Lane authored
-
- 15 Feb, 2005 9 commits
-
-
Bruce Momjian authored
<H4><A name="4.20">4.20</A>) Why do I get "missing oid" errors when accessing temporary tables in PL/PgSQL functions?</H4> Merlin Moncure
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
< The agreed syntax is: > The proposed syntax is:
-
Bruce Momjian authored
> The agreed syntax is: > GRANT SELECT ON ALL TABLES IN public TO phpuser; > GRANT SELECT ON NEW TABLES IN public TO phpuser; >
-
Bruce Momjian authored
Manfred Koizar
-
Bruce Momjian authored
< o Allow COPY FROM ... CVS to interpret newlines and carriage > o Allow COPY FROM ... CSV to interpret newlines and carriage
-
Bruce Momjian authored
> * Add xpath_array() to /contrib/xml2 to return results as an array
-
Bruce Momjian authored
-
- 14 Feb, 2005 6 commits
-
-
Bruce Momjian authored
non-HAVE_SIGPROCMASK cases in pqinitmask().
-
Bruce Momjian authored
non-HAVE_SIGPROCMASK cases in pqinitmask().
-
Bruce Momjian authored
> * Allow the creation of indexes with mixed ascending/descending specifiers
-
Tom Lane authored
-
Neil Conway authored
-
Bruce Momjian authored
> * Make src/port/snprintf.c thread-safe
-
- 13 Feb, 2005 5 commits
-
-
Bruce Momjian authored
Backpatch to 8.0.X.
-
Tom Lane authored
-
Bruce Momjian authored
DEBUG.
-
Bruce Momjian authored
< * Add IP address to pg_stat_activity > * Add the client IP address to pg_stat_activity
-
Bruce Momjian authored
> * Add IP address to pg_stat_activity
-
- 12 Feb, 2005 1 commit
-
-
Bruce Momjian authored
DEBUG. Fix a few places where DEBUG1 crept in that should have been DEBUG2.
-
- 11 Feb, 2005 6 commits
-
-
Tom Lane authored
works (and max_stack_depth is not set too high for the platform). Inspired by trouble report from Brian Betts.
-
Bruce Momjian authored
-
Bruce Momjian authored
SELECT CURRENT_TIMESTAMP; SELECT now(); SELECT TIMESTAMP 'now'; -- incorrect for use with DEFAULT
-
Bruce Momjian authored
more variables can be found in the libpq manual section. Mention .pgpass in the psql manual page section dealing with connection parameters and point to the libpq section for more details. Backpatch to 8.0.X.
-
Neil Conway authored
as valid input (it was previously treated as 0). This input was deprecated in 8.0 (and a warning was emitted). Regression tests updated.
-
Tom Lane authored
Per gripes from Mike Mascari and Bernd Heller.
-
- 10 Feb, 2005 7 commits
-
-
Tom Lane authored
that return tuples (such as EXPLAIN). Per gripe from Michael Fuhr. Side effect: fix an old bug that unintentionally disabled backward scans for all SPI-created cursors.
-
Michael Meskes authored
-
Michael Meskes authored
Yutaka <tanida@sra.co.jp>.
-
Neil Conway authored
suggestion from Rainer Brandt.
-
Neil Conway authored
FreeBSD. From Mark Kirkwood, editorializing by Neil Conway.
-
Neil Conway authored
Fetter and Ben Calvert.
-
-