Commit Graph

54908 Commits (b4b7ce8061d34cea2b4915c41403b2a74d5fde0e)
 

Author SHA1 Message Date
Peter Eisentraut b4b7ce8061 Add repalloc0 and repalloc0_array 3 years ago
Noah Misch 30d98e14a8 If wait_for_catchup fails under has_wal_read_bug, skip balance of test. 3 years ago
Tom Lane 533e02e927 Fix volatility marking of timestamptz_trunc_zone. 3 years ago
Jeff Davis 97c61f70d1 Document WAL rules related to PD_ALL_VISIBLE in README. 3 years ago
Jeff Davis d6a3dbe14f Fix theoretical torn page hazard. 3 years ago
Jeff Davis 3eb8eeccbe Remove obsolete comments and code from prior to f8f4227976. 3 years ago
Peter Eisentraut 373679c4a8 meson: Define HAVE_LOCALE_T for msvc 3 years ago
Tom Lane b9424d014e Support writing "CREATE/ALTER TABLE ... SET STORAGE DEFAULT". 3 years ago
Tom Lane b158e0b1b1 Fix alter_table.sql test case to test what it claims to. 3 years ago
Amit Kapila 36e545cd05 Fix comments atop ReorderBufferAddInvalidations. 3 years ago
Michael Paquier 5ca3645cb3 Fix comment of SimpleLruInit() in slru.c 3 years ago
Tom Lane 85d8b30724 Apply a better fix to mdunlinkfork(). 3 years ago
Alvaro Herrera ff0d8f27f4
Remove redundant declaration for XidInMVCCSnapshot 3 years ago
Tom Lane 4f981df8e0 Report a more useful error for reloptions on a partitioned table. 3 years ago
Tom Lane e613ace1f0 Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock. 3 years ago
Thomas Munro b28ac1d24d Provide sigaction() for Windows. 3 years ago
Michael Paquier 6bbd8b7385 Use AbsoluteConfigLocation() when building an included path in hba.c 3 years ago
Tom Lane f05a5e0003 Doc: improve tutorial section about grouped aggregates. 3 years ago
Peter Eisentraut b5621b66e7 Unify some internal error message wordings 3 years ago
Tom Lane 042c9091f0 Produce more-optimal plans for bitmap scans on boolean columns. 3 years ago
Thomas Munro 05a7be9355 Suppress useless wakeups in walreceiver. 3 years ago
Michael Paquier bd95816f74 psql: Add information in \d+ about foreign partitions and child tables 3 years ago
Michael Paquier 28cc2976a9 Use pg_pwrite_zeros() in walmethods.c 3 years ago
Michael Paquier 3bdbdf5d06 Introduce pg_pwrite_zeros() in fileutils.c 3 years ago
Michael Paquier d7744d50a5 Fix initialization of pg_stat_get_lastscan() 3 years ago
David Rowley 1613de8bc3 Fix compiler warning on MSVC 3 years ago
Tom Lane 0e758ae89a Fix failure to remove non-first segments of temporary tables. 3 years ago
Michael Paquier a1a7bb8f16 Move code related to configuration files in directories to new file 3 years ago
Tom Lane b0b72c64a0 Don't pass down nonnullable_vars while reducing outer joins. 3 years ago
Tom Lane ff8fa0bf7e Handle SubPlan cases in find_nonnullable_rels/vars. 3 years ago
Andres Freund c3652cd84a Remove redundant breaks in HeapTupleSatisfiesVisibility 3 years ago
Michael Paquier 2a71de8915 Remove unneeded includes of <sys/stat.h> 3 years ago
Andres Freund a5ac3e76fe meson: Split 'main' suite into 'regress' and 'isolation' 3 years ago
Andres Freund ab72a31f6c meson: Mark PROVE as not required 3 years ago
Tom Lane 34fa0ddae5 Fix CREATE DATABASE so we can pg_upgrade DBs with OIDs above 2^31. 3 years ago
Etsuro Fujita 8c71467908 Correct error message for row-level triggers with transition tables on partitioned tables. 3 years ago
Amit Kapila 3e77b2eb34 Doc: Improve the description of confirmed_flush_lsn in pg_replication_slots. 3 years ago
John Naylor 233cf6e8ad Remove outdated include 3 years ago
Alvaro Herrera b0284bfb1d
Create FKs properly when attaching table as partition 3 years ago
Peter Eisentraut 2fe4c7384f Make AssertPointerAlignment available to frontend code 3 years ago
Tom Lane dea8349380 Avoid crash after function syntax error in a replication worker. 3 years ago
Alvaro Herrera 5fca91025e
Resolve partition strategy during early parsing 3 years ago
Tom Lane cf8b7d374a Add casts to simplehash.h to silence C++ warnings. 3 years ago
John Naylor 062eef3a9b Straighten include order in guc-file.l 3 years ago
Tom Lane 1c72d82c25 Allow use of __sync_lock_test_and_set for spinlocks on any machine. 3 years ago
Peter Eisentraut 3655b46aa0 pg_dump: Refactor code that constructs ALTER ... OWNER TO commands 3 years ago
Tom Lane be541efbfd Defend against unsupported partition relkind in logical replication worker. 3 years ago
Tom Lane 26ee7fb368 pg_dump: fix failure to dump comments on constraints in some cases. 3 years ago
Etsuro Fujita d54e79ba28 Fix copy-and-pasteo in comment. 3 years ago
Amit Kapila 155601de7f Doc: Update information about manually creating slots. 3 years ago