Commit Graph

33464 Commits (e4959fb5cb15f486dcc3489c3e6ddfa37b00c551)
 

Author SHA1 Message Date
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(). 10 years ago
Tom Lane 1d190d095f Fix plpython crash when returning string representation of a RECORD result. 10 years ago
Tom Lane f2ae044bab Allow record_in() and record_recv() to work for transient record types. 10 years ago
Tom Lane 17aa3c2d13 Fix a few bogus statement type names in plpgsql error messages. 10 years ago
Tom Lane 138f76533c Improve documentation about MVCC-unsafe utility commands. 10 years ago
Tom Lane 3218f8c336 Use fuzzy path cost tiebreaking rule in our oldest supported branches. 10 years ago
Andres Freund 8749aafde2 Don't use 'bool' as a struct member name in help_config.c. 10 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
Alvaro Herrera 14ade020ff Fix (some of) pltcl memory usage 11 years ago
Noah Misch 76fa354c53 AIX: Test the -qlonglong option before use. 11 years ago
Tom Lane faef3dc288 Fix a low-probability crash in our qsort implementation. 11 years ago
Noah Misch 1dd2b6b680 AIX: Link the postgres executable with -Wl,-brtllib. 11 years ago
Tom Lane e9a859b549 Fix assorted memory leaks. 11 years ago
Tom Lane da1e7eb72e Fix postmaster's handling of a startup-process crash. 11 years ago
Heikki Linnakangas f0357edeb3 Fix another broken link in documentation. 11 years ago
Noah Misch 5f173a9f2a Fix null pointer dereference in "\c" psql command. 11 years ago
Heikki Linnakangas a788cbfdc4 Oops, PQExpBufferDataBroken doesn't exist before 9.2. 11 years ago
Heikki Linnakangas dcbaf4b373 Improve handling of out-of-memory in libpq. 11 years ago
Heikki Linnakangas 3b7cf43678 Turn install.bat into a pure one line wrapper fort he perl script. 11 years ago
Tom Lane 9b00885d0f Make numeric form of PG version number readily available in Makefiles. 11 years ago
Peter Eisentraut a61eb1d2ac PL/Perl: Add alternative expected file for Perl 5.22 11 years ago