Commit Graph

56941 Commits (5d8aa8bcedae7376bd97e79052d606db4e4f8dd4)
 

Author SHA1 Message Date
Tom Lane 5d8aa8bced Fix missed optimization in relation_excluded_by_constraints(). 2 years ago
Heikki Linnakangas 16671ba6e7 Move canAcceptConnections check from ProcessStartupPacket to caller. 2 years ago
Michael Paquier c7c801ef3b Improve some wording in pg_upgrade/IMPLEMENTATION 2 years ago
Michael Paquier 4800a5dfb4 Refactor InitPostgres() to use bitwise option flags 2 years ago
Bruce Momjian 28139037c0 doc: pg_upgrade: use dynamic new cluster major version numbers 2 years ago
Bruce Momjian 8a6d68fc68 doc: clarify that SSPI and GSSAPI are interchangeable 2 years ago
Bruce Momjian 8e78f0a159 doc: Move CREATE ROLE's IN GROUP and USER to deprecated 2 years ago
Bruce Momjian 914599e569 doc: foreign servers with pushdown need matching collation 2 years ago
Bruce Momjian 2cb69f6bc5 doc: add SSL configuration section reference 2 years ago
Bruce Momjian 8209605966 doc: clarify how the bootstrap user name is chosen 2 years ago
Bruce Momjian 7454502f94 doc: document the need to analyze partitioned tables 2 years ago
Jeff Davis ef74c7197c Fix bug in GenericXLogFinish(). 2 years ago
Tom Lane 14661ba1a7 Replace has_multiple_baserels() with a bitmap test on all_baserels. 2 years ago
Michael Paquier 98e89740e5 test_decoding: Remove unnecessary table in twophase test 2 years ago
Peter Eisentraut e3679bc1c3 pg_resetwal: Corrections around -c option 2 years ago
Peter Eisentraut 1d91d24d9a Add const to values and nulls arguments 2 years ago
David Rowley fc4089f3c6 Fix possible crash in add_paths_to_append_rel() 2 years ago
David Rowley 4f3b56eea2 Revert "Optimize various aggregate deserialization functions" 2 years ago
Michael Paquier f483b20905 worker_spi: Fix another stability issue with BGWORKER_BYPASS_ALLOWCONN 2 years ago
Tom Lane 64aad6944c Doc: use CURRENT_USER not USER in plpgsql trigger examples. 2 years ago
Heikki Linnakangas 637109d13a Rename StartBackgroundWorker() to BackgroundWorkerMain(). 2 years ago
Heikki Linnakangas 0bbafb5342 Allocate Backend structs in PostmasterContext. 2 years ago
Heikki Linnakangas 1ca312686e Clarify the checks in RegisterBackgroundWorker. 2 years ago
David Rowley 608fd198de Optimize various aggregate deserialization functions 2 years ago
Amit Kapila 7cc2f59dd5 Remove duplicate words in docs and code comments. 2 years ago
David Rowley d8a295389b Strip off ORDER BY/DISTINCT aggregate pathkeys in create_agg_path 2 years ago
David Rowley 77db132637 Remove debug_print_rel and replace usages with pprint 2 years ago
Alexander Korotkov 82a7132f53 Fix another typo in e0b1ee17dc 2 years ago
Tom Lane b6c7cfac88 Restore proper linkage of pg_char_to_encoding() and friends. 2 years ago
Alexander Korotkov e8c334c47a Fix typos in e0b1ee17dc 2 years ago
Peter Eisentraut ffb69b2311 Add test for checking the line length of --help output 2 years ago
Peter Eisentraut b4336515b0 Remove environment-variable-based defaults in psql --help 2 years ago
Etsuro Fujita aec684ff0f Remove extra parenthesis from comment. 2 years ago
Alexander Korotkov e0b1ee17dc Skip checking of scan keys required for directional scan in B-tree 2 years ago
Heikki Linnakangas 5da0a622e8 Fix crash on syslogger startup 2 years ago
Michael Paquier fd4d93d269 worker_spi: Fix test failure with BGWORKER_BYPASS_ALLOWCONN 2 years ago
Michael Paquier 991bb0f965 worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN 2 years ago
Peter Eisentraut 180e3394a7 Push attcompression and attstorage handling into BuildDescForRelation() 2 years ago
Peter Eisentraut 04e485273b Move BuildDescForRelation() from tupdesc.c to tablecmds.c 2 years ago
Peter Eisentraut 6d341407a6 Push attidentity and attgenerated handling into BuildDescForRelation() 2 years ago
Heikki Linnakangas e29c464395 Refactor ListenSocket array. 2 years ago
Alvaro Herrera 1c99cde2f3
Improve JsonLexContext's freeability 2 years ago
David Rowley a8a968a821 Consider cheap startup paths in add_paths_to_append_rel 2 years ago
David Rowley 0b053e78b5 Fix memory leak in Memoize code 2 years ago
Peter Eisentraut 688926633f Constify crc32_sz 2 years ago
Peter Eisentraut 8666cf65ea Modernize const handling with readline 2 years ago
Michael Paquier 4f2994647f worker_spi: Expand set of options to start workers 2 years ago
Michael Paquier c789f0f6cc dblink: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Michael Paquier d61f2538a3 postgres_fdw: Replace WAIT_EVENT_EXTENSION with custom wait events 2 years ago
Nathan Bossart 684d9bfdd5 Document that --sync-method takes an argument. 2 years ago