Commit Graph

52682 Commits (dc3648f65bea3d3373b4e0026ae83bd8f436ee40)
 

Author SHA1 Message Date
Tom Lane dc3648f65b Fix Memoize to work with partitionwise joining. 3 years ago
Michael Paquier 1bd84ef677 doc: Add missing <varlistentry> markups for developer GUCs 3 years ago
Tom Lane ce093aa180 Fix broken MemoizePath support in reparameterize_path(). 3 years ago
Tom Lane ec3daeec31 Fix generate_partitionwise_join_paths() to tolerate failure. 3 years ago
Dean Rasheed 2c7ed9f752 Fix DEFAULT handling for multi-row INSERT rules. 3 years ago
Andres Freund 6344bc0974 Prevent pgstats from getting confused when relkind of a relation changes 3 years ago
Tom Lane 303b26c1bb Fix psql's \sf and \ef for new-style SQL functions. 3 years ago
Jeff Davis 47e1224d59 Fix memory leak for hashing with nondeterministic collations. 3 years ago
Tom Lane 7ec2bfe9e0 Doc: add example of round(v, s) with negative s. 3 years ago
Tom Lane de0ff6088e Fix under-parenthesized display of AT TIME ZONE constructs. 3 years ago
Bruce Momjian cf9bcb0f04 revert: add transaction processing chapter with internals info 3 years ago
Tom Lane a949b7320f Reject missing database name in pg_regress and cohorts. 3 years ago
Bruce Momjian 5d208b90b7 doc: add transaction processing chapter with internals info 3 years ago
Michael Paquier cdea14a245 Fix comment in fe-auth-scram.c 3 years ago
Tom Lane 06998eab16 Improve heuristics for compressing the KnownAssignedXids array. 3 years ago
Tom Lane 7715a3c244 Prevent clobbering of utility statements in SQL function caches. 3 years ago
Tom Lane 0224646bee Remove bogus Assert and dead code in remove_useless_results_recurse(). 3 years ago
Andrew Dunstan f3f70b8de6 Fix binary mismatch for MSVC plperl vs gcc built perl libs 3 years ago
Tom Lane 4e9e1b2a62 Remove temporary portlock directory during make [dist]clean. 3 years ago
Andrew Dunstan ec7b29cb95 Add portlock directory to .gitignore 3 years ago
Andrew Dunstan f76191fd99 Allow building with MSVC and Strawberry perl 3 years ago
Etsuro Fujita e52245228e Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Amit Kapila 9f2cc1a73c Fix uninitialized access to InitialRunningXacts during decoding. 3 years ago
Alvaro Herrera 8e7c86785a
Make multixact error message more explicit 3 years ago
Andrew Dunstan c93254424f
Fix perl warning from commit 9b4eafcaf4 3 years ago
Tom Lane bd06fe4dee YA attempt at taming worst-case behavior of get_actual_variable_range. 3 years ago
Andrew Dunstan 870d6218e6 Prevent port collisions between concurrent TAP tests 3 years ago
Alvaro Herrera 1b3ed75714
Ignore invalidated slots while computing oldest catalog Xmin 3 years ago
Daniel Gustafsson 385b317715 Replace link to Hunspell with the current homepage 3 years ago
Tom Lane 1b9c04b138 Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
Tom Lane 47a22dc2cb Revert "Prevent instability in contrib/pageinspect's regression test." 3 years ago
Tom Lane 5cda142bb9 Prevent instability in contrib/pageinspect's regression test. 3 years ago
Andres Freund fc4154286e Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit 3 years ago
Tom Lane bb3f42aae3 Doc: sync src/tutorial/basics.source with SGML documentation. 3 years ago
Tom Lane 03ac485494 pg_dump: avoid unsafe function calls in getPolicies(). 3 years ago
Tom Lane 55f30e6c76 Postpone calls of unsafe server-side functions in pg_dump. 3 years ago
Andrew Dunstan 038512f71e Fix version comparison in Version.pm 3 years ago
Tom Lane 32d5a4974c Replace RelationOpenSmgr() with RelationGetSmgr(). 3 years ago
Noah Misch aaf28c9065 Account for IPC::Run::result() Windows behavior change. 3 years ago
Amit Kapila 9693f19007 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. 3 years ago
Jeff Davis f893af4961 Fix theoretical torn page hazard. 3 years ago
Tom Lane 3383cf0234 Fix alter_table.sql test case to test what it claims to. 3 years ago
Tom Lane 06dca17ad5 Re-allow building on Microsoft Visual Studio 2013. 3 years ago
Amit Kapila fc0d1ecb0b Fix comments atop ReorderBufferAddInvalidations. 3 years ago
Michael Paquier 9e0321135c Fix comment of SimpleLruInit() in slru.c 3 years ago
Tom Lane 8befa05d78 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. 3 years ago
Tom Lane 2e4229691c Doc: improve tutorial section about grouped aggregates. 3 years ago
Tom Lane 6dde6ed3ef Stamp 14.6. 3 years ago
Peter Eisentraut 9c5cbed95e Translation updates 3 years ago
Tom Lane e527cb8cec Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23. 3 years ago