Commit Graph

27103 Commits (2383d6d132ea1908af73f1285c27f22bc8b6065f)
 

Author SHA1 Message Date
Tom Lane 2383d6d132 Prevent parser from believing that views have system columns. 14 years ago
Tom Lane 613a9ed76f Fix hash_search to avoid corruption of the hash table on out-of-memory. 14 years ago
Tom Lane 16eb7c706f Fix ruleutils to print "INSERT INTO foo DEFAULT VALUES" correctly. 14 years ago
Heikki Linnakangas 8658c09ff6 Further tweaking of the readfile() function in pg_ctl. 14 years ago
Tom Lane c29a91037d Fix planning of non-strict equivalence clauses above outer joins. 14 years ago
Simon Riggs 7bdaacfb1f Fix typo in previous commit 14 years ago
Simon Riggs 6166c7301e Add hash index caution to CREATE INDEX docs 14 years ago
Heikki Linnakangas 17901b0137 Fix race condition in pg_ctl reading postmaster.pid. 14 years ago
Tom Lane 47232d7347 Fix cross-type case in partial row matching for hashed subplans. 14 years ago
Tom Lane 3aa082f37a Fix PGXS support for building loadable modules on AIX. 14 years ago
Tom Lane 36df743a4a Fix lo_import and lo_export to return useful error messages more often. 14 years ago
Tom Lane d2fc891219 Fix lo_export usage in example programs. 14 years ago
Tom Lane 27930be830 Fix permissions explanations in CREATE DATABASE and CREATE SCHEMA docs. 14 years ago
Alvaro Herrera 2a36a724f8 REASSIGN OWNED: consider grants on tablespaces, too 14 years ago
Heikki Linnakangas 61540e6d71 Fix access past end of string in date parsing. 14 years ago
Tom Lane 3dbd687488 Fix bugs in "restore.sql" script emitted in pg_dump tar output. 14 years ago
Tom Lane ad721d0e27 Fix pg_restore to accept POSIX-conformant tar files. 14 years ago
Tom Lane 3b6460ab6f Fix examples of how to use "su" while starting the server. 14 years ago
Tom Lane 891155af45 Stamp 8.3.21. 14 years ago
Tom Lane a95c4a6a9f Update release notes for 9.2.1, 9.1.6, 9.0.10, 8.4.14, 8.3.21. 14 years ago
Tom Lane 717606eeb1 Update time zone data files to tzdata release 2012f. 14 years ago
Peter Eisentraut 8e21c38662 Translation updates 14 years ago
Tom Lane 8bae564f6a Provide adequate documentation of the "table_name *" notation. 14 years ago
Kevin Grittner 9a699b705c Fix documentation reference to maximum allowed for autovacuum_freeze_max_age. 14 years ago
Tom Lane 2734af4ea9 Back-patch fix and test case for bug #7516. 14 years ago
Tom Lane 4da51c25a5 Make plperl safe against functions that are redefined while running. 14 years ago
Robert Haas 63ea46f5db Fix "too many arguments" messages not to index off the end of argv[]. 14 years ago
Tom Lane f98d8d59a1 Restore SIGFPE handler after initializing PL/Perl. 14 years ago
Tom Lane 3d27e4dfab Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. 14 years ago
Robert Haas 588fb3f01f Add missing period to detail message. 14 years ago
Tom Lane 9969e159ea Fix cascading privilege revoke to notice when privileges are still held. 14 years ago
Tom Lane 3fe78ee807 Stamp 8.3.20. 14 years ago
Tom Lane 2289dfe4b7 Update release notes for 9.1.5, 9.0.9, 8.4.13, 8.3.20. 14 years ago
Tom Lane 27ac667cfd Prevent access to external files/URLs via contrib/xml2's xslt_process(). 14 years ago
Tom Lane a4b0c0aaf0 Prevent access to external files/URLs via XML entity references. 14 years ago
Peter Eisentraut 8d1f50ed54 Translation updates 14 years ago
Tom Lane 42354199f0 Update time zone data files to tzdata release 2012e. 14 years ago
Simon Riggs 074bef8207 fsync backup_label after pg_start_backup() 14 years ago
Tom Lane 8a88e57ee2 Fix syslogger so that log_truncate_on_rotation works in the first rotation. 14 years ago
Tom Lane 53bc376d08 Improve reporting of error situations in find_other_exec(). 14 years ago
Tom Lane 588586b3f3 Only allow autovacuum to be auto-canceled by a directly blocked process. 14 years ago
Tom Lane d2b93bf375 8.3 doesn't have errdetail_log(). 14 years ago
Robert Haas 618a0a63d6 Log a better message when canceling autovacuum. 14 years ago
Tom Lane 8468bcc8dd Fix longstanding crash-safety bug with newly-created-or-reset sequences. 14 years ago
Tom Lane 038c36b6bb Fix whole-row Var evaluation to cope with resjunk columns (again). 14 years ago
Tom Lane 9c2626acac Improve coding around the fsync request queue. 14 years ago
Tom Lane b277a938ea Prevent corner-case core dump in rfree(). 14 years ago
Tom Lane d2bb45d8e3 Back-patch fix for extraction of fixed prefixes from regular expressions. 14 years ago
Tom Lane 6b304087a7 Back-patch addition of pg_wchar-to-multibyte conversion functionality. 14 years ago
Tom Lane 1590731ee5 Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago