Commit Graph

54291 Commits (fec24b75230e59ebf90ea5acadb577a1e2b2e923)
 

Author SHA1 Message Date
Andrew Dunstan fec24b7523 Add portlock directory to .gitignore 3 years ago
Andrew Dunstan fed54fc9a5 Allow building with MSVC and Strawberry perl 3 years ago
Dean Rasheed 04d61bfe64 Fix rule-detection code for MERGE. 3 years ago
Etsuro Fujita fc02019c09 Fix handling of pending inserts in nodeModifyTable.c. 3 years ago
Amit Kapila 898ef41bf6 Fix uninitialized access to InitialRunningXacts during decoding. 3 years ago
Alvaro Herrera f63f29733e
Make multixact error message more explicit 3 years ago
Andrew Dunstan 2c0d0ee761
Fix perl warning from commit 9b4eafcaf4 3 years ago
Tom Lane 2debceed29 YA attempt at taming worst-case behavior of get_actual_variable_range. 3 years ago
Andrew Dunstan 153e215677 Prevent port collisions between concurrent TAP tests 3 years ago
Alvaro Herrera 1118a8d2c4
Remove useless MERGE test 3 years ago
Alvaro Herrera 1ad033df16
Ignore invalidated slots while computing oldest catalog Xmin 3 years ago
Daniel Gustafsson 4f997ad062 Replace link to Hunspell with the current homepage 3 years ago
Tom Lane 0353db996e Add comments and a missing CHECK_FOR_INTERRUPTS in ts_headline. 3 years ago
Tom Lane b8988cf1d0 Mark pageinspect's disk-accessing functions as parallel restricted. 3 years ago
Tom Lane ff9d27ee2b Prevent instability in contrib/pageinspect's regression test. 3 years ago
Andres Freund a0d35ebcc5 Fix mislabeling of PROC_QUEUE->links as PGPROC, fixing UBSan on 32bit 3 years ago
Tom Lane ad0867314d Disable debug_discard_caches in test_oat_hooks test. 3 years ago
Tom Lane 8e3f104440 Doc: sync src/tutorial/basics.source with SGML documentation. 3 years ago
Andrew Dunstan df4e93bea4 Fix version comparison in Version.pm 3 years ago
Alvaro Herrera 3d45edcef0
Fix MERGE tuple count with DO NOTHING 3 years ago
Noah Misch 41afaa1ed4 Account for IPC::Run::result() Windows behavior change. 3 years ago
Alvaro Herrera cefe182533
Fix outdated comment in ExecDelete 3 years ago
Daniel Gustafsson 1eaa48e998 doc: Fix wording of MERGE actions in README 3 years ago
Amit Kapila e49e191815 Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay. 3 years ago
Tom Lane f754e7600a Doc: remove pg_prepared_statements.result_types from v15 docs. 3 years ago
Andrew Dunstan 0086ee356f Use installed postgresql.conf.sample for GUC sanity TAP test 3 years ago
Andrew Dunstan 7a387f513d Make PostgreSQL::Test::Cluster::config_data more flexible 3 years ago
Noah Misch e5f94d42eb If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 3 years ago
Jeff Davis 7bf713dd2d Fix theoretical torn page hazard. 3 years ago
Tom Lane 9c1a4fc891 Fix alter_table.sql test case to test what it claims to. 3 years ago
Tom Lane 576506303c Re-allow building on Microsoft Visual Studio 2013. 3 years ago
Amit Kapila daadb42e92 Fix comments atop ReorderBufferAddInvalidations. 3 years ago
Michael Paquier 5962c8cbe5 Fix comment of SimpleLruInit() in slru.c 3 years ago
Tom Lane 7b6610508d Apply a better fix to mdunlinkfork(). 3 years ago
Tom Lane e70cd16f22 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. 3 years ago
Tom Lane 362ba3e932 Doc: improve tutorial section about grouped aggregates. 3 years ago
Tom Lane c5dc80c1bc Stamp 15.1. 3 years ago
Alvaro Herrera 0bc9872b11
Translation updates 3 years ago
Tom Lane b7f9c762a8 Last-minute updates for release notes. 3 years ago
Tom Lane 5fe0ab4201 Fix failure to remove non-first segments of temporary tables. 3 years ago
Peter Eisentraut 7134af1149 Translation updates 3 years ago
Tom Lane ca3f0d44ac Release notes for 15.1, 14.6, 13.9, 12.13, 11.18, 10.23. 3 years ago
Tom Lane bc62182f0a First-draft release notes for 15.1. 3 years ago
Tom Lane 2c6d43650d Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. 3 years ago
Etsuro Fujita 8117326444 Correct error message for row-level triggers with transition tables on partitioned tables. 3 years ago
Tom Lane 387e059f8e docs: Improve pg_settings_get_flags docs. 3 years ago
Alvaro Herrera c301e1c0c0
Create FKs properly when attaching table as partition 3 years ago
Tom Lane f2dc7f9e35 Avoid crash after function syntax error in a replication worker. 3 years ago
Tom Lane 725cd4d2e4 Add casts to simplehash.h to silence C++ warnings. 3 years ago
Tom Lane a5737e765d Allow use of __sync_lock_test_and_set for spinlocks on any machine. 3 years ago