Commit Graph

29119 Commits (fe0fa1f9b403a84f25b163a02e8676119e37b097)
 

Author SHA1 Message Date
Peter Eisentraut fe0fa1f9b4 Strip file names reported in error messages in vpath builds 14 years ago
Tom Lane de9b2cb3f4 Remove erroneous claim about use of pg_locks.objid for advisory locks. 14 years ago
Andrew Dunstan 31e9743f1a Backpatch "Use the preferred version of xsubpp." 14 years ago
Tom Lane 9b60e40cad Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records. 14 years ago
Tom Lane af7b787aad Avoid floating-point underflow while tracking buffer allocation rate. 14 years ago
Robert Haas ae7c9262bf Don't elide blank lines when accumulating psql command history. 14 years ago
Tom Lane 2463f5da3c Throw nice error if server is too old to support psql's \ef or \sf command. 14 years ago
Robert Haas fe3bc4e331 Correct documentation for trace_userlocks. 14 years ago
Peter Eisentraut 44ff103566 Fix server header file installation with vpath builds 14 years ago
Heikki Linnakangas 61f4750bf8 Make DatumGetInetP() unpack inet datums with a 1-byte header, and add 14 years ago
Tom Lane 23998fe99c Don't assume that a tuple's header size is unchanged during toasting. 14 years ago
Peter Eisentraut 347e77beff Fix archive_command example 14 years ago
Tom Lane a4a5d40190 Fix bogus code in contrib/ tsearch dictionary examples. 14 years ago
Tom Lane 9fc28fb5ea Fix inline_set_returning_function() to allow multiple OUT parameters. 14 years ago
Tom Lane 9f19cc28a4 Revert "Stop btree indexscans upon reaching nulls in either direction." 14 years ago
Tom Lane b05ce7550c Fix race condition with toast table access from a stale syscache entry. 14 years ago
Magnus Hagander 3a7368bf33 Document that multiple LDAP servers can be specified 14 years ago
Tom Lane d23165bbc3 Stop btree indexscans upon reaching nulls in either direction. 14 years ago
Tom Lane 04ec05eb06 Fix assorted bogosities in cash_in() and cash_out(). 14 years ago
Tom Lane 6b646c5ffc Update docs to point to the timezone library's new home at IANA. 14 years ago
Tom Lane f3bef03e7e Change FK trigger creation order to better support self-referential FKs. 14 years ago
Tom Lane 58625e48a3 Fix pg_dump to dump casts between auto-generated types. 14 years ago
Tom Lane 6d363e0d2f Fix bugs in information_schema.referential_constraints view. 14 years ago
Tom Lane 77ea004069 Improve documentation of psql's \q command. 14 years ago
Heikki Linnakangas 0a90600976 Don't let transform_null_equals=on affect CASE foo WHEN NULL ... constructs. 14 years ago
Robert Haas 976bad0433 Make pgstatindex respond to cancel interrupts. 14 years ago
Tom Lane 5aa09d5df3 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 14 years ago
Tom Lane 50af47f12b ProcedureCreate neglected to record dependencies on default expressions. 14 years ago
Magnus Hagander 3e17a0020b Note that sslmode=require verifies the CA if root cert is present 14 years ago
Tom Lane d1d7560861 Fix our mapping of Windows timezones for Central America. 14 years ago
Tom Lane 07d306785e Stamp 8.4.9. 14 years ago
Tom Lane 608b4bd13a Update release notes for 9.1.1, 9.0.5, 8.4.9, 8.3.16, 8.2.22. 14 years ago
Peter Eisentraut 16961f9d68 Translation updates 14 years ago
Tom Lane 9bc6daae09 gistendscan() forgot to free so->giststate. 14 years ago
Tom Lane 5d68fe14fc deflist_to_tuplestore dumped core on an option with no value. 14 years ago
Peter Eisentraut c10d1de419 Add missing format argument to ecpg_log() call 15 years ago
Simon Riggs 7c24bac64c PublishStartupProcessInformation() to avoid rare hang in recovery. 15 years ago
Tom Lane 2ab199b354 Fix corner case bug in numeric to_char(). 15 years ago
Tom Lane b2658c348e Avoid possibly accessing off the end of memory in SJIS2004 conversion. 15 years ago
Tom Lane 305c5ed6d7 Avoid possibly accessing off the end of memory in examine_attribute(). 15 years ago
Tom Lane b7e13b9279 Update type-conversion documentation for long-ago changes. 15 years ago
Tom Lane 67efa666a5 Update time zone data files to tzdata release 2011i. 15 years ago
Tom Lane a0634241bc Fix typo in pg_srand48 (srand48 in older branches). 15 years ago
Michael Meskes 007e7acab2 Fix brace indentation of commit a6d72ac344 to fit PostgreSQL style. 15 years ago
Michael Meskes a6d72ac344 In ecpglib restore LC_NUMERIC in case of an error. 15 years ago
Heikki Linnakangas f2d875983b Move the line to undefine setlocale() macro on Win32 outside USE_REPL_SNPRINTF 15 years ago
Tom Lane 899d7b00e9 Further repair of eqjoinsel ndistinct-clamping logic. 15 years ago
Bruce Momjian b2166d5512 Fix pg_upgrade to preserve toast relfrozenxids for old 8.3 servers. 15 years ago
Tom Lane 46f775144e Improve eqjoinsel's ndistinct clamping to work for multiple levels of join. 15 years ago
Tom Lane 201646d16f Fix a missed case in code for "moving average" estimate of reltuples. 15 years ago