users/simon/postgres.git
2008-07-15 Bruce MomjianFix alignment of SGML array docs.
2008-07-15 Bruce MomjianAdd Swedish_Sweden.1252 Windows locale example to docs.
2008-07-15 Bruce MomjianAddendum: psql sequence value display patch was origin...
2008-07-15 Bruce MomjianAdd to TODO:
2008-07-15 Bruce MomjianAdd TODO:
2008-07-15 Bruce MomjianDone:
2008-07-15 Bruce MomjianHave psql \d show the value of sequence columns.
2008-07-15 Bruce MomjianClarify that locale names on Windows are more verbose.
2008-07-14 Bruce MomjianAdd comment about literal strings in our syntax not...
2008-07-14 Bruce MomjianAdd to TODO:
2008-07-14 Bruce MomjianAdd column storage type to psql \d+ display.
2008-07-14 Bruce MomjianIn psql, rename trans_* variables to translate_*, for...
2008-07-14 Bruce MomjianDone:
2008-07-14 Bruce MomjianAdd URL for:
2008-07-14 Bruce MomjianDone, per Simon:
2008-07-14 Tom LaneClean up buildfarm failures arising from the seemingly...
2008-07-14 Tom LaneCreate a type-specific typanalyze routine for tsvector...
2008-07-13 Tom LaneChange the PageGetContents() macro to guarantee its...
2008-07-13 Tom LaneClean up the use of some page-header-access macros...
2008-07-12 Tom LaneFix a couple of stray misuses of "binary compatible".
2008-07-12 Peter EisentrautMore replacements of binary compatible to binary coercible.
2008-07-12 Tom LaneDon't make --enable-cassert turn on RANDOMIZE_ALLOCATED...
2008-07-12 Tom LaneConst-ify the arguments of str_tolower() and friends...
2008-07-11 Tom LaneMulti-column GIN indexes. Teodor Sigaev
2008-07-11 Teodor SigaevAdd caching of query to GIN/GiST consistent function.
2008-07-11 Peter EisentrautAllow binary-coercible types for cast function argument...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-11 Neil ConwayFix a few typos in comments in snapmgr.c, and sort...
2008-07-10 Tom LaneAdd unchangeable GUC "variables" segment_size, wal_bloc...
2008-07-10 Tom LaneTighten up SS_finalize_plan's computation of valid_para...
2008-07-10 Tom LaneFix mis-calculation of extParam/allParam sets for plan...
2008-07-09 Tom LaneIncrease PG_SYSLOG_LIMIT (the max line length sent...
2008-07-08 Tom LaneFix performance bug in write_syslog(): the code to...
2008-07-08 Heikki LinnakangasFix WAL file cutoff point calculation in pg_standby.
2008-07-08 Neil ConwayMinor improvements to the Gin internal documentation.
2008-07-08 Bruce MomjianAdd comment for deadlock_timeout:
2008-07-07 Tom LaneFix estimate_num_groups() to assume that GROUP BY expre...
2008-07-07 Tom LaneFix AT TIME ZONE (in all three variants) so that we...
2008-07-07 Peter EisentrautAdded documentation for function xmlagg.
2008-07-06 Tom LanePrevent integer overflows during units conversion when...
2008-07-04 Teodor SigaevFix initialization of GinScanEntryData.partialMatch
2008-07-04 Magnus HaganderFix a couple of bugs in win32 shmem name generation:
2008-07-03 Tom LaneAdd a function pg_get_keywords() to let clients find...
2008-07-03 Peter EisentrautDon't refer to the database name "regression" inside...
2008-07-03 Peter EisentrautDon't print the name of the database in psql \z.