Commit Graph

56941 Commits (5d8aa8bcedae7376bd97e79052d606db4e4f8dd4)
 

Author SHA1 Message Date
Peter Eisentraut af2324fabf doc: Clarify not-null constraints in information schema 2 years ago
Michael Paquier 3338a98382 test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Michael Paquier c8e318b1b8 worker_spi: Rename custom wait event to "WorkerSpiMain" 2 years ago
Tom Lane 77d0ad6c46 Doc: suppress "exceed the available area" warning in PDF build. 2 years ago
Peter Eisentraut 5e4282772a Remove RelationGetIndexRawAttOptions() 2 years ago
Peter Eisentraut 7841623571 Remove IndexInfo.ii_OpclassOptions field 2 years ago
Tom Lane af3ee8a086 Add some notes about why "ALTER TYPE enum DROP VALUE" is hard. 2 years ago
Robert Haas c2ba3fdea5 In basebackup.c, refactor to create read_file_data_into_buffer. 2 years ago
Robert Haas 053183138a In basebackup.c, refactor to create verify_page_checksum. 2 years ago
Michael Paquier a956bd3fa9 Avoid memory size overflow when allocating backend activity buffer 2 years ago
Peter Eisentraut aea599cfc0 Fix incorrect format placeholder 2 years ago
David Rowley 2075ba9dc9 Tidy-up some appendStringInfo*() usages 2 years ago
Michael Paquier 6b18b3fe2c Fail hard on out-of-memory failures in xlogreader.c 2 years ago
Michael Paquier 6c77bb42ab Replace use of stat()[7] by -s switch in TAP tests to retrieve file size 2 years ago
Tom Lane 06c0c36884 Fix omission of column-level privileges in selective pg_restore. 2 years ago
Robert Haas 1ccc1e05ae Remove retry loop in heap_page_prune(). 2 years ago
Heikki Linnakangas e64c733bb1 Flush WAL stats in bgwriter 2 years ago
Heikki Linnakangas f0bd0b4489 Add rmgrdesc README 2 years ago
Heikki Linnakangas be8d4cb13c Add regression tests for psql \g piped into a program 2 years ago
Amit Langote c8ec5e0543 Revert "Add soft error handling to some expression nodes" 2 years ago
Amit Langote 7fbc75b26e Add soft error handling to some expression nodes 2 years ago
Michael Paquier 2940f1c837 psql: Set variables from query result on failure when printing tuples 2 years ago
Noah Misch e1f95ec8cf Correct assertion and comments about XLogRecordMaxSize. 2 years ago
Tom Lane 5b7b382464 Fix datalen calculation in tsvectorrecv(). 2 years ago
Tom Lane d8a09939a3 In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 2 years ago
Andrew Dunstan 276393f53e Only evaluate default values as required when doing COPY FROM 2 years ago
Andres Freund b1a8dc846d meson: macos: Correct -exported_symbols_list syntax for Sonoma compat 2 years ago
Andrew Dunstan f6d4c9cf16 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 2 years ago
Heikki Linnakangas c181f2e2bc Fix briefly showing old progress stats for ANALYZE on inherited tables. 2 years ago
Dean Rasheed 1d5caec221 Fix EvalPlanQual rechecking during MERGE. 2 years ago
Tom Lane f02154652d Remove environment sensitivity in pl/tcl regression test. 2 years ago
Bruce Momjian 0cfc231aa1 doc: remove PG version mention in EXPLAIN output 2 years ago
Bruce Momjian 6d0c39a293 C comment: add optimizer function reference 2 years ago
Tom Lane 06843df4ab Suppress macOS warnings about duplicate libraries in link commands. 2 years ago
Tom Lane 75af0f401f Doc: improve description of dump/restore's --clean and --if-exists. 2 years ago
Daniel Gustafsson ccd42ca046 doc: Change statistics function xref to the right target 2 years ago
Peter Eisentraut 5daa50f962 Revert "pg_resetwal: Improve error with wrong/missing data directory" 2 years ago
David Rowley d40d827219 Robustify find_base_rel and find_base_rel_ignore_join 2 years ago
Michael Paquier 3ef18a90bd doc: Fix descriptions related to the handling of non-ASCII characters 2 years ago
Peter Geoghegan 714780dcdd Fix btmarkpos/btrestrpos array key wraparound bug. 2 years ago
Tom Lane 9f71e10d65 Fix checking of index expressions in CompareIndexInfo(). 2 years ago
Robert Haas 4e9fc3a976 Return data from heap_page_prune via a struct. 2 years ago
Daniel Gustafsson 22ff5c9d78 doc: Clarify where ereport severity levels are defined 2 years ago
David Rowley c4a1933b48 Add missing TidRangePath handling in print_path() 2 years ago
Etsuro Fujita c68f78538f Fix typo in src/backend/access/transam/README. 2 years ago
Peter Eisentraut 5f1b00e64a doc: Improve documentation about pg_resetwal -f option 2 years ago
Peter Eisentraut a11d8e10f2 pg_resetwal: Use frontend logging API 2 years ago
Peter Eisentraut b5da1b3a93 pg_resetwal: Regroup --help output 2 years ago
Peter Eisentraut 1d863c2504 pg_resetwal: Improve error with wrong/missing data directory 2 years ago
Peter Eisentraut 7273945caf pg_resetwal: Update an obsolete comment 2 years ago