Commit Graph

46494 Commits (f4b6341d5fcb627d51b3fc89527aa5eaa659fb2e)
 

Author SHA1 Message Date
Robert Haas f4b6341d5f Change lock acquisition order in expand_inherited_rtentry. 7 years ago
Michael Meskes 42ccbe4351 Free memory in ecpg bytea regression test. 7 years ago
Michael Meskes 0cc0507940 Hopefully fixing memory handling issues in ecpglib that Coverity found. 7 years ago
Michael Paquier 6e52209eb1 Simplify some code in pg_rewind when syncing target directory 7 years ago
Peter Geoghegan 2ab23445bc Remove unneeded argument from _bt_getstackbuf(). 7 years ago
Peter Geoghegan 067786cea0 Correct obsolete nbtree page deletion comment. 7 years ago
Peter Eisentraut b6926dee0e psql: Remove obsolete code 7 years ago
Peter Eisentraut bc09d5e4cc Remove unnecessary use of PROCEDURAL 7 years ago
Michael Paquier effe7d9552 Make release of 2PC identifier and locks consistent in COMMIT PREPARED 7 years ago
Thomas Munro 29ddb548f6 Fix inconsistent out-of-memory error reporting in dsa.c. 7 years ago
Tom Lane 9e138a401d Fix ecpg bugs caused by missing semicolons in the backend grammar. 7 years ago
Thomas Munro f16735d80d Tolerate EINVAL when calling fsync() on a directory. 7 years ago
Thomas Munro 483520eca4 Tolerate ENOSYS failure from sync_file_range(). 7 years ago
Peter Eisentraut f275225539 Revert "pg_regress: Don't use absolute paths for the diff" 7 years ago
Michael Paquier 4c23216002 Fix incorrect function reference in comment of twophase.c 7 years ago
Michael Paquier b108676708 Add TAP tests for 2PC post-commit callbacks of multixacts at recovery 7 years ago
Tom Lane ab5fcf2b04 Fix plan created for inherited UPDATE/DELETE with all tables excluded. 7 years ago
Alvaro Herrera 98098faaff Report correct name in autovacuum "work items" activity 7 years ago
Peter Eisentraut 1373ba55c9 Add const qualifier 7 years ago
Michael Paquier 554ca6954e Remove duplicate variable declaration in fe-connect.c 7 years ago
Tom Lane 24d08f3c0a Fix mark-and-restore-skipping test case to not be a self-join. 7 years ago
Tom Lane 0c7d537930 Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double. 7 years ago
Peter Eisentraut f9692a769b Hide other user's pg_stat_ssl rows 7 years ago
Peter Eisentraut 213eae9b8a doc: Add security information about pg_stat_activity 7 years ago
Peter Eisentraut 1995552deb pg_regress: Don't use absolute paths for the diff 7 years ago
Robert Haas 1bb5e78218 Move code for managing PartitionDescs into a new file, partdesc.c 7 years ago
Robert Haas 9eefba181f Delay lock acquisition for partitions until we route a tuple to them. 7 years ago
Peter Eisentraut 7aa00d2464 Fix dbtoepub output file name 7 years ago
Tom Lane fa86238f1e Speed up match_eclasses_to_foreign_key_col() when there are many ECs. 7 years ago
Andrew Gierth d26a810ebf Use an unsigned char for bool if we don't use the native bool. 7 years ago
Tom Lane e04a3905e4 Improve planner's understanding of strictness of type coercions. 7 years ago
Tom Lane 1571bc0f06 Fix incorrect strictness test for ArrayCoerceExpr expressions. 7 years ago
Alvaro Herrera 5721b9b3ce Make object address handling more robust 7 years ago
Amit Kapila 29d108cdec Doc: Update the documentation for FSM behavior for small tables. 7 years ago
Dean Rasheed 41531e42d3 Fix DEFAULT-handling in multi-row VALUES lists for updatable views. 7 years ago
Michael Paquier 56fadbedbd Mark correctly initial slot snapshots with MVCC type when built 7 years ago
Peter Eisentraut 90cfa49003 Use varargs macro for CACHEDEBUG 7 years ago
Tom Lane 315dcffb94 Fix omissions in ecpg/test/sql/.gitignore. 7 years ago
Andres Freund 22bc403029 Remove line duplicated during conflict resolution. 7 years ago
Tom Lane 93b5cc039e De-clutter display of script runtimes in pg_regress. 7 years ago
Andrew Dunstan af25bc03e1 Provide an extra-float-digits setting for pg_dump / pg_dumpall 7 years ago
Michael Meskes 8e6ab9f801 Properly end string to make sure ecpglib does not read beyond its boundaries. 7 years ago
Michael Meskes e81f0e3113 Sync ECPG's CREATE TABLE AS statement with backend's. 7 years ago
Michael Meskes 050710b369 Add bytea datatype to ECPG. 7 years ago
Etsuro Fujita 3fdc374b5d Save PathTargets for distinct/ordered relations in root->upper_targets[]. 7 years ago
Michael Paquier a916bdc496 Fix some issues with TAP tests of pg_basebackup and pg_verify_checksums 7 years ago
Michael Paquier f0cce9fcb5 Fix typo in transam.h for OIDs assigned by genbki.pl 7 years ago
Michael Paquier 0dd6ff0ac8 Avoid some unnecessary block reads in WAL reader 7 years ago
Thomas Munro 0b55aaacec Fix race in dsm_unpin_segment() when handles are reused. 7 years ago
Joe Conway bc6d7eb689 Fix documentation for dblink_error_message() return value 7 years ago