Commit Graph

48374 Commits (16a4a3d59cd5574fdc697ea16ef5692ce34c54d5)
 

Author SHA1 Message Date
Peter Eisentraut 16a4a3d59c Remove libpq.rc, use win32ver.rc for libpq 6 years ago
Michael Paquier ac5bdf6261 Fix buggy logic in isTempNamespaceInUse() 6 years ago
Amit Kapila 4d8a8d0c73 Introduce IndexAM fields for parallel vacuum. 6 years ago
Peter Eisentraut fe233366f2 Fix compiler warning about format on Windows 6 years ago
Bruce Momjian 0e936a2148 docs: change "default role" wording to "predefined role" 6 years ago
Bruce Momjian 344c269151 Revert copyright script changes to binary *.key files 6 years ago
Bruce Momjian 7316f11be0 tools/copyright.pl: skip copyright changes for *.key files 6 years ago
Peter Eisentraut 3297308278 walreceiver uses a temporary replication slot by default 6 years ago
Peter Eisentraut ee4ac46c8e Expose PQbackendPID() through walreceiver API 6 years ago
Peter Eisentraut f595117e24 ALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION 6 years ago
Dean Rasheed d751ba5235 Make rewriter prevent auto-updates on views with conditional INSTEAD rules. 6 years ago
Amit Kapila ed7bb5c311 Revert test added by commit d207038053. 6 years ago
Tom Lane 7f380c59f8 Reduce size of backend scanner's tables. 6 years ago
Peter Eisentraut 259bbe1778 Fix base backup with database OIDs larger than INT32_MAX 6 years ago
Amit Kapila 23d0dfa8fa Fix typo. 6 years ago
Michael Paquier 7689d907bb Fix comment in heapam.c 6 years ago
Andrew Dunstan cebf9d6e6e Only superuser can set sslcert/sslkey in postgres_fdw user mappings 6 years ago
Amit Kapila 4e514c6180 Delete empty pages in each pass during GIST VACUUM. 6 years ago
Tomas Vondra eae056c19e Apply multiple multivariate MCV lists when possible 6 years ago
Tomas Vondra aaa6761876 Apply all available functional dependencies 6 years ago
Tom Lane 652686a334 Fix edge-case crashes and misestimation in range containment selectivity. 6 years ago
Michael Paquier 1088729e84 Remove incorrect assertion for INSERT in logical replication's publisher 6 years ago
Tom Lane 2c0cdc8183 Extensive code review for GSSAPI encryption mechanism. 6 years ago
Peter Eisentraut c67a55da4e Make lsn argument of walrcv_create_slot() optional 6 years ago
Peter Eisentraut c096a804d9 Remove STATUS_FOUND 6 years ago
Noah Misch 38fc056074 Maintain valid md.c state when FileClose() fails. 6 years ago
Peter Geoghegan 1a4a032965 nbtree: Rename BT_HEAP_TID_ATTR. 6 years ago
Peter Geoghegan a0dc3c19ed nbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks. 6 years ago
Alvaro Herrera a7b6ab5db1 Clean up representation of flags in struct ReorderBufferTXN 6 years ago
Michael Paquier 00b047fa67 doc: Fix naming of SELinux 6 years ago
Michael Paquier 39a5f2a94f pgbench: Make more debug messages use common logging API 6 years ago
Tom Lane e7ee433137 Skip tab-completion tests if envar SKIP_READLINE_TESTS is defined. 6 years ago
Tom Lane 9ce77d75c5 Reconsider the representation of join alias Vars. 6 years ago
Robert Haas ed10f32e37 Add pg_shmem_allocations view. 6 years ago
Robert Haas 5acf6d8bb4 Remove bogus 'return'. 6 years ago
Magnus Hagander e3019f631d Clarify that pg_trgm is used in example 6 years ago
Peter Eisentraut f85a485f89 Add support for automatically updating Unicode derived files 6 years ago
Andrew Dunstan f5fd995a1a Allow 'sslkey' and 'sslcert' in postgres_fdw user mappings 6 years ago
Peter Eisentraut 45223fd9ce Modernize Python exception syntax in tests 6 years ago
Peter Eisentraut 37f21ed132 Remove support for Python older than 2.6 6 years ago
Alvaro Herrera f5d28710c7 Reimplement nullification of walsender timestamp 6 years ago
Tom Lane 913bbd88dc Improve the handling of result type coercions in SQL functions. 6 years ago
Stephen Frost 8dd1511e39 Improve GSSAPI Encryption startup comment in libpq 6 years ago
Tom Lane 4ac8aaa36f Fix handling of generated columns in ALTER TABLE. 6 years ago
Peter Eisentraut 30a3e772b4 pgbench: Use common logging API 6 years ago
Michael Paquier 65192e0244 Revert "Forbid DROP SCHEMA on temporary namespaces" 6 years ago
Michael Paquier b0b6196386 Remove dependency to system calls for memory allocation in refint 6 years ago
Alvaro Herrera b175bd59fa pg_stat_activity: show NULL stmt start time for walsenders 6 years ago
Robert Haas ce242ae154 tableam: New callback relation_fetch_toast_slice. 6 years ago
Robert Haas 83322e38da tableam: Allow choice of toast AM. 6 years ago