- 09 Oct, 2003 5 commits
-
-
Bruce Momjian authored
than having CFLAGS= in the template files. It uses -O2 for gcc (generated by autoconf), and -O for non-gcc, unless the template overrides it.
-
Bruce Momjian authored
> * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT ] (Christopher)
-
Bruce Momjian authored
Have log_duration print when log_min_duration_statement prints.
-
Bruce Momjian authored
-
Jan Wieck authored
function to prevent multiple threads using automatic cursors on the same connection from stomping over each others cursor. Jan
-
- 08 Oct, 2003 10 commits
-
-
Bruce Momjian authored
< 346a346 > * Remove CREATE CONSTRAINT TRIGGER
-
Bruce Momjian authored
< o Sample implementation in contrib/rserv 29c28,29 < * Create native Win32 port [win32] > * Create native Win32 port, http://momjian.postgresql.org/main/writings/pgsql/win32.html > 367c367,368 < * Two-phase commit to implement distributed transactions > * Add two-phase commit to all distributed transactions with > offline/readonly server status or administrator notification for failure
-
Peter Eisentraut authored
-
Bruce Momjian authored
> * Use background process to write dirty shared buffers to disk
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
only read this because of Niel :-) Robert Treat
-
Michael Meskes authored
-
Bruce Momjian authored
Fix pg_restore tar log output bug where Special flag wasn't being initialized; bug seen on XP.
-
Bruce Momjian authored
Change log line to be "duration: ms query:" Indent multi-line queries with a tab in the server logs.
-
- 07 Oct, 2003 4 commits
-
-
Michael Meskes authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Michael Meskes authored
-
- 06 Oct, 2003 9 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
one side of a binary operator is probably supposed to be the same type as the other operand' will be applied for domain types. This worked in 7.3 but was broken in 7.4 due to code rearrangements. Mea culpa.
-
Peter Eisentraut authored
-
Tom Lane authored
a single LEFT JOIN query instead of firing the check trigger for each row individually. Stephan Szabo, with some kibitzing from Tom Lane and Jan Wieck.
-
Peter Eisentraut authored
-
Michael Meskes authored
- Fixed typo in ecpg for Informix dec_t type. - Fixed precision handling in Informix compat funxtions.
-
Peter Eisentraut authored
-
Tom Lane authored
before it is de-backslashed, not after. This allows the null string \N to be reliably distinguished from the data value \N (which must be represented as \\N). Per bug report from Manfred Koizar ... but it's amazing this hasn't been reported before ... Also, be consistent about encoding conversion for null string: the form specified in the command is in the server encoding, but what is sent to/from client must be in client encoding. This never worked quite right before either.
-
Tom Lane authored
data transfer during COPY is included in the \timing display. Also avoid portability problems if tv_usec is unsigned on some platform.
-
- 05 Oct, 2003 7 commits
-
-
Tom Lane authored
statistics, but there is a unique index on the column, we can safely assume it's well-distributed.
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
to avoid recursively revoking everything from everyone.
-
Bruce Momjian authored
-
Michael Meskes authored
-
Bruce Momjian authored
-
- 04 Oct, 2003 5 commits
-
-
Peter Eisentraut authored
-
Tom Lane authored
will downcase the supplied field name unless it is double-quoted. Also, upgrade the routine's handling of double quotes to match the backend, in particular support doubled double quotes within quoted identifiers. Per pgsql-interfaces discussion a couple weeks ago.
-
Tom Lane authored
with required outer parentheses. Breakage seems to be leftover from domain-constraint patches. This could be smarter about suppressing extra parens, but at this stage of the release cycle I want certainty not cuteness.
-
Bruce Momjian authored
< * Consider using MVCC to cache count(*) queries with no WHERE clause > * Use a fixed row count and a +/- count with MVCC visibility rules > to allow fast COUNT(*) queries with no WHERE clause(?)
-
Peter Eisentraut authored
-