Commit Graph

32552 Commits (1fbe7d377cb6bf070442794a677499cd2e7531cc)
 

Author SHA1 Message Date
Alvaro Herrera 1fbe7d377c PL/Perl: Avoid compiler warning from clang 14 years ago
Tom Lane 62b9045666 Refactor pattern_fixed_prefix() to avoid dealing in incomplete patterns. 14 years ago
Tom Lane b6108fe59b Fix planner to pass correct collation to operator selectivity estimators. 14 years ago
Tom Lane 3f35526479 Don't try to trim "../" in join_path_components(). 14 years ago
Heikki Linnakangas b4234f8fc4 Revert part of the previous patch that avoided using PLy_elog(). 14 years ago
Heikki Linnakangas 138313ebaa Fix mapping of PostgreSQL encodings to Python encodings. 14 years ago
Magnus Hagander b8aca12d77 Always treat a standby returning an an invalid flush location as async 14 years ago
Magnus Hagander 119027ec8b Remove reference to default wal_buffers being 8 14 years ago
Magnus Hagander 85189bb930 Fix typo 14 years ago
Magnus Hagander 94c35d5a96 Remove references to PostgreSQL bundled on Solaris 14 years ago
Magnus Hagander 2006070528 Remove references to pgfoundry as recommended hosting platform 14 years ago
Alvaro Herrera 96ca906cca Forgot an #include in the previous patch :-( 14 years ago
Alvaro Herrera ac50404224 Have REASSIGN OWNED work on extensions, too 14 years ago
Tom Lane af4f029675 Fix race condition in enum value comparisons. 14 years ago
Tom Lane 81aa961037 Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars. 14 years ago
Heikki Linnakangas b6fe2dfda0 Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. 14 years ago
Tom Lane 3ac860f6b3 Fix NOTIFY to cope with I/O problems, such as out-of-disk-space. 14 years ago
Tom Lane 8a9bcf7f5c Improve pg_dump's dependency-sorting logic to enforce section dump order. 14 years ago
Tom Lane df83f0f61c Fix memory leak in ARRAY(SELECT ...) subqueries. 14 years ago
Alvaro Herrera 348f504317 pg_dump: Fix verbosity level in LO progress messages 14 years ago
Peter Eisentraut e23e17ffb0 Update copyright year in forgotten places 14 years ago
Magnus Hagander 1643031e5f Add missing subtitle for compressed archive logs 14 years ago
Bruce Momjian 0f3326175a In pg_upgrade, report pre-PG 8.1 plpython helper functions left in the 14 years ago
Bruce Momjian af97980b9a In pg_upgrade, verify that the install user has the same oid on both 14 years ago
Magnus Hagander 580b94168e Prevent non-streaming replication connections from being selected sync slave 14 years ago
Simon Riggs 557433f48a Fix bug in early startup of Hot Standby with subtransactions. 14 years ago
Simon Riggs 16222f32ed Wake WALSender to reduce data loss at failover for async commit. 14 years ago
Magnus Hagander 5c3532876f Backpatch error message fix from 81f6bbe8ad 14 years ago
Tom Lane d9d721472f Fix some more bugs in contrib/xml2's xslt_process(). 14 years ago
Simon Riggs 873d1c11ea Avoid early reuse of btree pages, causing incorrect query results. 14 years ago
Tom Lane 8e61ded616 Stamp 9.1.4. 14 years ago
Tom Lane 7651ec7987 Update release notes for 9.1.4, 9.0.8, 8.4.12, 8.3.19. 14 years ago
Peter Eisentraut 8620f6f18e Translation updates 14 years ago
Tom Lane 3dfaea4727 Revert back-branch changes in behavior of age(xid). 14 years ago
Tom Lane 56901beb80 Update time zone data files to tzdata release 2012c. 14 years ago
Tom Lane d72a3bd758 Ignore SECURITY DEFINER and SET attributes for a PL's call handler. 14 years ago
Tom Lane fea3ea1f23 Expand the allowed range of timezone offsets to +/-15:59:59 from Greenwich. 14 years ago
Tom Lane 8db2e820c9 Fix incorrect password transformation in contrib/pgcrypto's DES crypt(). 14 years ago
Tom Lane cc2469b092 Teach AbortOutOfAnyTransaction to clean up partially-started transactions. 14 years ago
Magnus Hagander 2791f2180d Fix handling of pg_stat_statements.stat temporary file 14 years ago
Tom Lane 6c1bf45ea5 Prevent synchronized scanning when systable_beginscan chooses a heapscan. 14 years ago
Tom Lane 71e985a07a Fix string truncation to be multibyte-aware in text_name and bpchar_name. 14 years ago
Tom Lane 1a93588ffc Use binary search instead of brute-force scan in findNamespace(). 14 years ago
Peter Eisentraut 4615d2ca28 pg_standby: Remove tabs from string literals 14 years ago
Tom Lane 276bea211f Ensure that seqscans check for interrupts at least once per page. 14 years ago
Robert Haas ae7c8b290f Fix error message for COMMENT/SECURITY LABEL ON COLUMN xxx IS 'yyy' 14 years ago
Tom Lane 9255d21d2f Move postmaster's RemovePgTempFiles call to a less randomly chosen place. 14 years ago
Heikki Linnakangas 435a143796 Fix bug in to_tsquery(). 14 years ago
Tom Lane 69c058ffc8 Fix DROP TABLESPACE to unlink symlink when directory is not there. 14 years ago
Simon Riggs 436af241c8 Ensure backwards compatibility for GetStableLatestTransactionId() 14 years ago