Commit Graph

35406 Commits (55cbfa5366b78d93cd1ff8c4c622b552985344f6)
 

Author SHA1 Message Date
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 13 years ago
Peter Eisentraut 626092a2e1 Message style improvements 13 years ago
Bruce Momjian 815fcd050f pg_upgrade: fix -j race condition on Windows 13 years ago
Bruce Momjian 5691de6c95 pg_upgrade docs: don't use cluster for binary/lib 13 years ago
Tom Lane 3d13623d75 Prevent leakage of SPI tuple tables during subtransaction abort. 13 years ago
Robert Haas fd27b99919 pgstattuple: Doc update for previous commit. 13 years ago
Robert Haas ed93feb808 Change currtid functions to use an MVCC snapshot, not SnapshotNow. 13 years ago
Robert Haas 80c79ab2a8 pgstattuple: Use SnapshotDirty, not SnapshotNow. 13 years ago
Robert Haas 3483f4332d Don't use SnapshotNow in get_actual_variable_range. 13 years ago
Tom Lane 1b09630fce Fix configure probe for sys/ucred.h. 13 years ago
Bruce Momjian 76a7650c40 pg_upgrade: adjust umask() calls 13 years ago
Stephen Frost 9bd0feeba8 Improvements to GetErrorContextStack() 13 years ago
Bruce Momjian e4c6cccd8c pg_upgrade: fix initialization of thread argument 13 years ago
Stephen Frost 8312832567 Add GET DIAGNOSTICS ... PG_CONTEXT in PL/PgSQL 13 years ago
Tom Lane fa2fad3c06 Improve ilist.h's support for deletion of slist elements during iteration. 13 years ago
Bruce Momjian 910d3a458c pg_upgrade: more Windows parallel/-j fixes 13 years ago
Bruce Momjian d7de6a4790 pg_upgrade: fix parallel/-j crash on Windows 13 years ago
Tom Lane b32a25c3d5 Fix booltestsel() for case where we have NULL stats but not MCV stats. 13 years ago
Tom Lane 10a509d829 Move strip_implicit_coercions() from optimizer to nodeFuncs.c. 13 years ago
Tom Lane ef655663c5 Further hacking on ruleutils' new column-alias-assignment code. 13 years ago
Alvaro Herrera bb686c9a86 Check for NULL result from strdup 13 years ago
Tom Lane a7cd853b75 Change post-rewriter representation of dropped columns in joinaliasvars. 13 years ago
Alvaro Herrera c359a1b082 Tweak FOR UPDATE/SHARE error message wording (again) 13 years ago
Robert Haas 765ad89be3 Use InvalidSnapshot, now SnapshotNow, as the default snapshot. 13 years ago
Robert Haas e6055061c5 Additional regression tests for ALTER OPERATOR FAMILY. 13 years ago
Peter Eisentraut 9feeef92fb ecpg: Move function prototype into header file 13 years ago
Peter Eisentraut 2f1fa75a0c doc: Remove tab from SGML file 13 years ago
Tatsuo Ishii fc9f4e9f8c Add --rate option. 13 years ago
Robert Haas 21e28e4531 Fix cache flush hazard in ExecRefreshMatView. 13 years ago
Robert Haas 2e44770fa3 pgrowlocks: Use GetActiveSnapshot() rather than SnapshotNow. 13 years ago
Robert Haas f40a318eea Remove bgw_sighup and bgw_sigterm. 13 years ago
Robert Haas 0518eceec3 Adjust HeapTupleSatisfies* routines to take a HeapTuple. 13 years ago
Alvaro Herrera 0aeb5ae204 Silence compiler warning on an unused variable 13 years ago
Robert Haas f01d1ae3a1 Add infrastructure for mapping relfilenodes to relation OIDs. 13 years ago
Tom Lane b3b10c3903 Fix error handling in PLy_spi_execute_fetch_result(). 13 years ago
Peter Eisentraut ff41a5de09 Clean up new JSON API typedefs 13 years ago
Alvaro Herrera 6737aa72ba Fix HeapTupleSatisfiesVacuum on aborted updater xacts 13 years ago
Robert Haas c8fb821afc doc: Fix typos in conversion names. 13 years ago
Michael Meskes a2c1c3308f Initialize day of year value. 13 years ago
Tom Lane d9f37e6661 Add checks for valid multibyte character length in UtfToLocal, LocalToUtf. 13 years ago
Tom Lane e2bd904955 Fix regex match failures for backrefs combined with non-greedy quantifiers. 13 years ago
Stephen Frost 4cbe3ac3e8 WITH CHECK OPTION support for auto-updatable VIEWs 13 years ago
Fujii Masao 6f9e39bc99 Fix typo in update scripts for some contrib modules. 13 years ago
Fujii Masao 1dc118660b Fix pgstattuple functions to use regclass-type as the argument. 13 years ago
Andrew Dunstan d26888bc4d Move checking an explicit VARIADIC "any" argument into the parser. 13 years ago
Tom Lane 405a468b02 Fix direct access to Relation->rd_indpred. 13 years ago
Peter Eisentraut e8b1d1befe doc: Remove tab from SGML file 13 years ago
Tom Lane 89779bf2c8 Fix a few problems in barrier.h. 13 years ago
Heikki Linnakangas 107cbc90a7 Fix variable names mentioned in comment to match the code. 13 years ago
Heikki Linnakangas 59c02a36f0 Fix assert failure at end of recovery, broken by XLogInsert scaling patch. 13 years ago