Commit Graph

35531 Commits (ff2a1f5e84ee9984b33ee31e6fb9c6f2760a820e)
 

Author SHA1 Message Date
Bruce Momjian ff2a1f5e84 pg_upgrade: more C comment fixes 12 years ago
Bruce Momjian f7cf5fa262 pg_upgrade: fix C comment typo 12 years ago
Stephen Frost b37c90f11e Fix SSL deadlock risk in libpq 12 years ago
Heikki Linnakangas b882246e3a Fix two timeline handling bugs in pg_receivexlog. 12 years ago
Robert Haas 496439d943 Fix compiler warning in WaitForBackgroundWorkerStartup(). 12 years ago
Fujii Masao 6e5f6e5913 Fix typo in comment. 12 years ago
Robert Haas eb3b79ffd4 Documentation correction. 12 years ago
Robert Haas 86a174bff0 Typo fix. 12 years ago
Alvaro Herrera 1247ea28cb Remove `proc` argument from LockCheckConflicts 12 years ago
Alvaro Herrera dd778e9d88 Rename various "freeze multixact" variables 12 years ago
Heikki Linnakangas 0892ecbc01 Add a GUC to report whether data page checksums are enabled. 12 years ago
Peter Eisentraut cdeb79adcf Fix typos 12 years ago
Noah Misch d41cb869aa Ignore interrupts during quickdie(). 12 years ago
Kevin Grittner a49d0b75ce Create index on srt table in citext regression tests. 12 years ago
Bruce Momjian f0e86930dd fuzzystrmatch: replace broken link in C comment 12 years ago
Bruce Momjian 2885006afc docs: Update libpq and testlo examples 12 years ago
Bruce Momjian 0f59f4a645 Add comment for VARSIZE_ANY_EXHDR macro 12 years ago
Bruce Momjian d8a5608d4a psql: fix \copy stdin trailing space requirement 12 years ago
Bruce Momjian 601f48076f psql: honor 'footer' option for expanded output 12 years ago
Fujii Masao 71129b6fc5 Remove leftover function prototype. 12 years ago
Peter Eisentraut b34f8f409b Show schemas in information_schema.schemata that the current has access to 12 years ago
Robert Haas 71901ab6da Introduce InvalidCommandId. 12 years ago
Michael Meskes 9c68834bfc Return error if allocation of new element was not possible. 12 years ago
Michael Meskes 579dae5bc0 Close file to no leak file descriptor memory. Found by Coverity. 12 years ago
Bruce Momjian c155f654b4 intarray: return empty zero-dimensional array for an empty array 12 years ago
Noah Misch b8104730c8 Don't VALGRIND_PRINTF() each query string. 12 years ago
Kevin Grittner 277607d600 Eliminate pg_rewrite.ev_attr column and related dead code. 12 years ago
Heikki Linnakangas 20cb18db46 Make catalog cache hash tables resizeable. 12 years ago
Jeff Davis b1892aaeaa Revert WAL posix_fallocate() patches. 12 years ago
Jeff Davis be6fcb671e Improve Range Types and Exclusion Constraints example. 12 years ago
Bruce Momjian f5c2f5a8f6 Add GUC descriptions for compile-time postgresql.conf settings 12 years ago
Bruce Momjian 66d85c5356 Remove dead URL mention in OSX startup script 12 years ago
Heikki Linnakangas 375d8526f2 Keep heavily-contended fields in XLogCtlInsert on different cache lines. 12 years ago
Robert Haas cc52d5b33f Expose fsync_fname as a public API. 12 years ago
Tom Lane 0c66a22377 Update comments concerning PGC_S_TEST. 12 years ago
Tom Lane 546f7c2e38 Don't fail for bad GUCs in CREATE FUNCTION with check_function_bodies off. 12 years ago
Tom Lane 0d3f4406df Allow aggregate functions to be VARIADIC. 12 years ago
Alvaro Herrera 8b290f3115 Update obsolete comment 12 years ago
Tom Lane 7489eb4d3b Docs: wording improvements in discussion of timestamp arithmetic. 12 years ago
Bruce Momjian b642bc55fa doc: Fix SGML markup for date patch 12 years ago
Bruce Momjian 1c20857661 Docs: add paragraph about date/timestamp subtraction 12 years ago
Robert Haas 9d323bda2e docs: Clarify that we also support Solaris versions greater than 10. 12 years ago
Greg Stark cfa1cd711c Fix thinko in worker_spi, count(*) returns a bigint. Thanks RhodiumToad 12 years ago
Heikki Linnakangas a93bdfc711 Fix typo in comment. 12 years ago
Tom Lane 79daaa3e81 Update time zone data files to tzdata release 2013d. 12 years ago
Andrew Dunstan f002dc3d4d Fix relfrozenxid query in docs to include TOAST tables. 12 years ago
Peter Eisentraut 6a007fa1eb Translation updates 12 years ago
Tom Lane 244c8b466a Update "Using EXPLAIN" documentation examples using current code. 12 years ago
Tom Lane f49f8de074 Update 9.3 release notes. 12 years ago
Tom Lane abd3f8ca4b Improve regression test for #8410. 12 years ago