Commit Graph

33577 Commits (ba64aed7004a88f66ef204cd8b18c2c5621b2f30)
 

Author SHA1 Message Date
Bruce Momjian c5391e9334 pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 10 years ago
Tom Lane a3b420e6c8 Revert "Fix typo in setrefs.c" 10 years ago
Stephen Frost 7f0ca9a336 Fix typo in setrefs.c 10 years ago
Tom Lane 5bd86b21df Fix minor bug in regexp makesearch() function. 10 years ago
Fujii Masao 60fe73b79c Remove files signaling a standby promotion request at postmaster startup 10 years ago
Fujii Masao da5fb2af35 Add gin_fuzzy_search_limit to postgresql.conf.sample. 10 years ago
Alvaro Herrera cedb3e66ae Fix error message wording in previous sslinfo commit 10 years ago
Alvaro Herrera adc48eaa44 Add more sanity checks in contrib/sslinfo 10 years ago
Greg Stark 0252d77772 Change type of DOW/DOY to UNITS 10 years ago
Teodor Sigaev 364c023570 Make GIN's cleanup pending list process interruptable 10 years ago
Teodor Sigaev e3fa55d143 Update site address of Snowball project 10 years ago
Greg Stark 07cef3eb8a Move DTK_ISODOW DTK_DOW and DTK_DOY to be type UNITS rather than 10 years ago
Heikki Linnakangas 20d309a8f4 Fix misc typos. 10 years ago
Tom Lane dae1c9480e Fix subtransaction cleanup after an outer-subtransaction portal fails. 10 years ago
Tom Lane 14b497cfbb Fix s_lock.h PPC assembly code to be compatible with native AIX assembler. 10 years ago
Bruce Momjian 7c1c1c6d46 dblink docs: fix typo to use "connname" (3 n's), not "conname" 10 years ago
Tom Lane 9b1b9446f5 Add a small cache of locks owned by a resource owner in ResourceOwner. 10 years ago
Tom Lane 31934dd3dd Docs: be explicit about datatype matching for lead/lag functions. 10 years ago
Tom Lane 87b8c9e12f Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup(). 11 years ago
Tom Lane 1d190d095f Fix plpython crash when returning string representation of a RECORD result. 11 years ago
Tom Lane f2ae044bab Allow record_in() and record_recv() to work for transient record types. 11 years ago
Tom Lane 17aa3c2d13 Fix a few bogus statement type names in plpgsql error messages. 11 years ago
Tom Lane 138f76533c Improve documentation about MVCC-unsafe utility commands. 11 years ago
Tom Lane 3218f8c336 Use fuzzy path cost tiebreaking rule in our oldest supported branches. 11 years ago
Andres Freund 8749aafde2 Don't use 'bool' as a struct member name in help_config.c. 11 years ago
Michael Meskes 665ae7f9b4 Fix declaration of isarray variable. 11 years ago
Tom Lane 4390ba7bf9 Undo mistaken tightening in join_is_legal(). 11 years ago
Michael Meskes a2b2565fc9 This routine was calling ecpg_alloc to allocate to memory but did not 11 years ago
Tom Lane 7a801ba8ce Fix some possible low-memory failures in regexp compilation. 11 years ago
Tom Lane 34f1a85e51 Fix privilege dumping from servers too old to have that type of privilege. 11 years ago
Tom Lane af932fff28 Accept alternate spellings of __sparcv7 and __sparcv8. 11 years ago
Tom Lane 656b1e8cf3 Further fixes for degenerate outer join clauses. 11 years ago
Tom Lane 48d4f1e39d Make real sure we don't reassociate joins into or out of SEMI/ANTI joins. 11 years ago
Tom Lane dacbdda109 Docs: add an explicit example about controlling overall greediness of REs. 11 years ago
Tom Lane 270a877cca Fix pg_dump to dump shell types. 11 years ago
Tom Lane 9965aff1ca Fix bogus "out of memory" reports in tuplestore.c. 11 years ago
Robert Haas 4e51ea8fd2 Cap wal_buffers to avoid a server crash when it's set very large. 11 years ago
Tom Lane 1e1bb203bc contrib/isn now needs a .gitignore file. 11 years ago
Heikki Linnakangas 2d19a0e977 Fix output of ISBN-13 numbers beginning with 979. 11 years ago
Tom Lane f1e84d3ebd Fix incorrect order of lock file removal and failure to close() sockets. 11 years ago
Tom Lane b9dfa07e8e Fix some planner issues with degenerate outer join clauses. 11 years ago
Tom Lane ea6e286491 Avoid some zero-divide hazards in the planner. 11 years ago
Noah Misch d20327a4fd Blacklist xlc 32-bit inlining. 11 years ago
Tom Lane adf0072ab8 Update our documentation concerning where to create data directories. 11 years ago
Tom Lane 3f12041e7c Reduce chatter from signaling of autovacuum workers. 11 years ago
Andres Freund 624a3c9bef Disable ssl renegotiation by default. 11 years ago
Heikki Linnakangas a471700e3c Reuse all-zero pages in GIN. 11 years ago
Andrew Dunstan 2e226763e3 Fix up bad call to exit_nicely from commit af225551ef 11 years ago
Andrew Dunstan af225551ef Restore use of zlib default compression in pg_dump directory mode. 11 years ago
Heikki Linnakangas e54e17aca2 Fix off-by-one error in calculating subtrans/multixact truncation point. 11 years ago