]> granicus.if.org Git - postgresql/history - doc
Correct some code in pg_restore when reading the header of a tar archive:
[postgresql] / doc /
2005-06-22 Neil ConwayAdd a CONTINUE statement to PL/PgSQL, which can be...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-20 Tom LaneRemove statement that GiST indexes aren't WAL-logged.
2005-06-20 Tom LaneUpdate text that stated GiST indexes aren't WAL-logged.
2005-06-19 Neil ConwayMinor documentation update for RAISE expression patch.
2005-06-18 Tom LaneAdd a time-of-preparation column to the pg_prepared_xac...
2005-06-18 Bruce MomjianRemove 2phase commit TODO.detail.
2005-06-18 Bruce MomjianRemove TODO.detail.
2005-06-18 Bruce MomjianDone:
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-17 Bruce MomjianRe-order item.
2005-06-17 Bruce MomjianMove item:
2005-06-17 Bruce MomjianUpdate NetBSD 'options' description.
2005-06-17 Bruce MomjianImprove wording of read-only GUC variables; shows...
2005-06-17 Bruce MomjianAdd:
2005-06-15 Neil ConwayMinor SGML markup cleanup.
2005-06-15 Bruce MomjianThis patch makes it possible to use the full set of...
2005-06-14 Bruce MomjianAdd BETWEEN SYMMETRIC.
2005-06-14 Bruce Momjianreorder:
2005-06-14 Bruce MomjianDone:
2005-06-14 Bruce MomjianAdd pg_postmaster_start_time() function.
2005-06-14 Bruce MomjianDone:
2005-06-14 Bruce MomjianHave SHOW ALL include variable descriptions.
2005-06-14 Bruce MomjianUpdate:
2005-06-14 Bruce MomjianMove item into proper section:
2005-06-14 Bruce MomjianAdd GUC krb_server_hostname so the server hostname...
2005-06-14 Bruce MomjianDone:
2005-06-14 Neil ConwayAllow the parameters to PL/PgSQL's RAISE statement...
2005-06-14 Bruce MomjianDone:
2005-06-14 Bruce MomjianAdd -L option to psql to log sessions.
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-13 Neil ConwayPer discussion on -hackers, this patch changes psql...
2005-06-13 Neil ConwaySGML cleanup: consistently use "endterm" in <xref>s...
2005-06-13 Tom LaneAdjust lo_open() so that specifying INV_READ without...
2005-06-12 Tom LaneDocument the --enable-integer-datetimes configure optio...
2005-06-12 Neil Conwaylibpq was not consistently checking for memory allocati...
2005-06-10 Bruce MomjianAdd space before :DBNAME for proper \set expansion.
2005-06-10 Neil ConwayMinor cleanup of documentation for recently-added HISTF...
2005-06-10 Neil ConwayImplement two new special variables in PL/PgSQL: SQLSTA...
2005-06-10 Bruce Momjianthe following patch makes the filename used to store...
2005-06-10 Bruce MomjianAdd the "PGPASSFILE" environment variable to specify...
2005-06-09 Bruce MomjianMention prefix %t has no milliseconds.
2005-06-09 Bruce MomjianThis patch against 8.0.0beta1 source adds log_line_pref...
2005-06-09 Tom LaneRepair error in description of nonblocking usage of...
2005-06-09 Peter EisentrautAdd example for pg_config --configure.
2005-06-09 Bruce MomjianSince I needed this feature badly, I added the -n ...
2005-06-09 Bruce MomjianPlease find attached a patch (diff -c against cvs HEAD...
2005-06-09 Bruce MomjianI've created a patch which adds support for troff ...
2005-06-09 Bruce MomjianRemove idea of schema tablespaces:
2005-06-08 Tom LaneRemove grammar productions for prefix and postfix ...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-07 Bruce MomjianFix word wrap:
2005-06-07 Neil ConwayAdd a function lastval(), which returns the value retur...
2005-06-07 Neil ConwayAdd support for an optional INTO clause to PL/PgSQL...
2005-06-07 Bruce MomjianUpdate text for RESET CONNECTION:
2005-06-06 Bruce MomjianAdd rtee box index discussion.
2005-06-06 Bruce MomjianAdd:
2005-06-06 Bruce MomjianUpdate Hungarian FAQ and add an HTML version.
2005-06-06 Tom LaneTrivial markup improvement.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-05 Bruce MomjianAdd description for backend termination:
2005-06-05 Bruce MomjianHere's a patch to do the following:
2005-06-05 Bruce MomjianAdd 2phase TODO.detail.
2005-06-05 Bruce MomjianAdd TODO.detail for 2phase commit:
2005-06-05 Bruce MomjianAdd TODO.detail.
2005-06-05 Bruce MomjianRemove duplicate emails.
2005-06-05 Bruce MomjianAdd TODO.detail for timezone:
2005-06-05 Bruce MomjianAdd TODO.detail of standard timezone data type.
2005-06-04 Bruce MomjianAdd pg_upgrade TODO.detail.
2005-06-04 Bruce MomjianAdd TODO.detail:
2005-06-04 Bruce MomjianAdd pg_dump TODO.detail for multiple -t / -n flags.
2005-06-04 Bruce MomjianAdd pg_dump to TODO.detail.
2005-06-04 Bruce MomjianAllow kerberos name and username case sensitivity to...
2005-06-04 Bruce MomjianAdd:
2005-06-04 Bruce MomjianAdd description:
2005-06-04 Bruce MomjianUpdate Chinese FAQ to fix XHTML format.
2005-06-03 Bruce MomjianPut back WAL TODO.detail entries.
2005-06-03 Bruce MomjianRemove because it is partly done and we might not want...
2005-06-03 Bruce MomjianUpdate Russian FAQ.
2005-06-03 Bruce MomjianTrim TODO.detail for wal completed items.
2005-06-03 Bruce MomjianDone:
2005-06-03 Bruce MomjianDone:
2005-06-02 Bruce MomjianCompleted:
2005-06-02 Bruce MomjianAdd support for \x hex strings in psql variables.
2005-06-02 Bruce MomjianAdd support for \x hex escapes in backend strings....
2005-06-02 Bruce MomjianAdd support for \x hex escapes in COPY.
2005-05-31 Bruce MomjianTab cleanup for SGML.
2005-05-30 Tom LaneDocument get_call_result_type() and friends; mark TypeG...
2005-05-30 Bruce MomjianMove to ALTER section:
2005-05-30 Bruce MomjianAdd:
2005-05-30 Bruce MomjianWording improvement (may -> can)
2005-05-30 Bruce MomjianUpdate psql docs for recent octal-only string behavior.
2005-05-30 Bruce MomjianAdd missing <P>.
2005-05-29 Bruce MomjianAdd reference to libpq environment variables for client...
2005-05-28 Bruce MomjianRemove:
2005-05-27 Bruce MomjianUpdate Farsi FAQ.
2005-05-27 Bruce MomjianAdd:
2005-05-27 Bruce MomjianAdd:
2005-05-26 Tom LaneDocument that utility commands such as DROP FUNCTION...
next