- 10 Oct, 2003 5 commits
-
-
Bruce Momjian authored
> * Prevent libpq's PQfnumber() from lowercasing the column name 572d572 < * Vadim is Vadim B. Mikheev <vadim4o@email.com> of Sector Data
-
Bruce Momjian authored
> only think to look at sort_mem if they already had a clue. It should > be mentioned under bulk data load (in performance tips chapter) Attached is a doc patch that does this. The way I've worded it may not be the best, though. Neil Conway
-
Bruce Momjian authored
-
Bruce Momjian authored
> to allow fast COUNT(*) queries with no WHERE clause(?) [count]
-
Bruce Momjian authored
Andrew Dunstan
-
- 09 Oct, 2003 19 commits
-
-
Bruce Momjian authored
> o Allow PL/pgSQL to handle %TYPE arrays, e.g. tab.col%TYPE[]
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Have VACUUM FULL use REINDEX rather than index vacuum
-
Bruce Momjian authored
About section 8.5.1.5. ("Special Values"): I suggest adding LOCALTIMESTAMP and LOCALTIME to the first paragraph. Maybe it should be phrased as: The following SQL-compatible functions can be used to obtain current datetime-related values: CURRENT_DATE, CURRENT_TIME, CURRENT_TIMESTAMP, LOCALTIME and LOCALTIMESTAMP. (See Section 9.8.4.) Troels Arvin
-
Peter Eisentraut authored
misscanning of this construct: SELECT ''hello world'' -- SELECT ''goodbye world'' ::text;
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
with a little dirty snprintf() usage which I used some years ago: snprintf(path, BUFSIZ, "%s/lo_dump.index", path); Karel Zak
-
Bruce Momjian authored
-
Bruce Momjian authored
> * COMMENT ON [ CAST | CONVERSION | OPERATOR CLASS | LARGE OBJECT | LANGUAGE ] > (Christopher)
-
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 2 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.
-