Commit Graph

56912 Commits (e8c334c47abb6c8f648cb50241c2cd65c9e4e6dc)
 

Author SHA1 Message Date
Alexander Korotkov e8c334c47a Fix typos in e0b1ee17dc 3 years ago
Peter Eisentraut ffb69b2311 Add test for checking the line length of --help output 3 years ago
Peter Eisentraut b4336515b0 Remove environment-variable-based defaults in psql --help 3 years ago
Etsuro Fujita aec684ff0f Remove extra parenthesis from comment. 3 years ago
Alexander Korotkov e0b1ee17dc Skip checking of scan keys required for directional scan in B-tree 3 years ago
Heikki Linnakangas 5da0a622e8 Fix crash on syslogger startup 3 years ago
Michael Paquier fd4d93d269 worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN 3 years ago
Michael Paquier 991bb0f965 worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN 3 years ago
Peter Eisentraut 180e3394a7 Push attcompression and attstorage handling into BuildDescForRelation() 3 years ago
Peter Eisentraut 04e485273b Move BuildDescForRelation() from tupdesc.c to tablecmds.c 3 years ago
Peter Eisentraut 6d341407a6 Push attidentity and attgenerated handling into BuildDescForRelation() 3 years ago
Heikki Linnakangas e29c464395 Refactor ListenSocket array. 3 years ago
Alvaro Herrera 1c99cde2f3
Improve JsonLexContext's freeability 3 years ago
David Rowley a8a968a821 Consider cheap startup paths in add_paths_to_append_rel 3 years ago
David Rowley 0b053e78b5 Fix memory leak in Memoize code 3 years ago
Peter Eisentraut 688926633f Constify crc32_sz 3 years ago
Peter Eisentraut 8666cf65ea Modernize const handling with readline 3 years ago
Michael Paquier 4f2994647f worker_spi: Expand set of options to start workers 3 years ago
Michael Paquier c789f0f6cc dblink: Replace WAIT_EVENT_EXTENSION with custom wait events 3 years ago
Michael Paquier d61f2538a3 postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events 3 years ago
Nathan Bossart 684d9bfdd5 Document that --sync-method takes an argument. 3 years ago
Peter Eisentraut af2324fabf doc: Clarify not-null constraints in information schema 3 years ago
Michael Paquier 3338a98382 test_shm_mq: Replace WAIT_EVENT_EXTENSION with custom wait events 3 years ago
Michael Paquier c8e318b1b8 worker_spi: Rename custom wait event to "WorkerSpiMain" 3 years ago
Tom Lane 77d0ad6c46 Doc: suppress "exceed the available area" warning in PDF build. 3 years ago
Peter Eisentraut 5e4282772a Remove RelationGetIndexRawAttOptions() 3 years ago
Peter Eisentraut 7841623571 Remove IndexInfo.ii_OpclassOptions field 3 years ago
Tom Lane af3ee8a086 Add some notes about why "ALTER TYPE enum DROP VALUE" is hard. 3 years ago
Robert Haas c2ba3fdea5 In basebackup.c, refactor to create read_file_data_into_buffer. 3 years ago
Robert Haas 053183138a In basebackup.c, refactor to create verify_page_checksum. 3 years ago
Michael Paquier a956bd3fa9 Avoid memory size overflow when allocating backend activity buffer 3 years ago
Peter Eisentraut aea599cfc0 Fix incorrect format placeholder 3 years ago
David Rowley 2075ba9dc9 Tidy-up some appendStringInfo*() usages 3 years ago
Michael Paquier 6b18b3fe2c Fail hard on out-of-memory failures in xlogreader.c 3 years ago
Michael Paquier 6c77bb42ab Replace use of stat()[7] by -s switch in TAP tests to retrieve file size 3 years ago
Tom Lane 06c0c36884 Fix omission of column-level privileges in selective pg_restore. 3 years ago
Robert Haas 1ccc1e05ae Remove retry loop in heap_page_prune(). 3 years ago
Heikki Linnakangas e64c733bb1 Flush WAL stats in bgwriter 3 years ago
Heikki Linnakangas f0bd0b4489 Add rmgrdesc README 3 years ago
Heikki Linnakangas be8d4cb13c Add regression tests for psql \g piped into a program 3 years ago
Amit Langote c8ec5e0543 Revert "Add soft error handling to some expression nodes" 3 years ago
Amit Langote 7fbc75b26e Add soft error handling to some expression nodes 3 years ago
Michael Paquier 2940f1c837 psql: Set variables from query result on failure when printing tuples 3 years ago
Noah Misch e1f95ec8cf Correct assertion and comments about XLogRecordMaxSize. 3 years ago
Tom Lane 5b7b382464 Fix datalen calculation in tsvectorrecv(). 3 years ago
Tom Lane d8a09939a3 In COPY FROM, fail cleanly when unsupported encoding conversion is needed. 3 years ago
Andrew Dunstan 276393f53e Only evaluate default values as required when doing COPY FROM 3 years ago
Andres Freund b1a8dc846d meson: macos: Correct -exported_symbols_list syntax for Sonoma compat 3 years ago
Andrew Dunstan f6d4c9cf16 Provide FORCE_NULL * and FORCE_NOT_NULL * options for COPY FROM 3 years ago
Heikki Linnakangas c181f2e2bc Fix briefly showing old progress stats for ANALYZE on inherited tables. 3 years ago