Commit Graph

46485 Commits (29ddb548f683e15429cd5464029c01d83c40bb40)
 

Author SHA1 Message Date
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
Tom Lane a32ca78836 Fix CREATE VIEW to allow zero-column views. 7 years ago
Joe Conway 290e3b77fd Mark pg_config() stable rather than immutable 7 years ago
Tatsuo Ishii 69e5247879 Doc: remove ancient comment. 7 years ago
Noah Misch 301de4f7d9 Fix CLogTruncationLock documentation. 7 years ago
Noah Misch faee6fae6d Suppress another case of MSVC warning 4146. 7 years ago
Noah Misch 04a87ae262 In imath.h, replace stdint.h usage with c.h equivalents. 7 years ago
Andrew Gierth 6ee89952d4 Remove float8-small-is-zero regression test variant. 7 years ago
Noah Misch 48e24ba6b7 Import changes from IMath versions (1.3, 1.29]. 7 years ago
Noah Misch d1299aabbd Fix PERMIT_DECLARATION_AFTER_STATEMENT initialization. 7 years ago