Commit Graph

50339 Commits (6114040711affa2b0bcf47fa2791187daf8455fb)
 

Author SHA1 Message Date
Peter Eisentraut 6114040711 Small code simplifications 5 years ago
Dean Rasheed 25a9e54d2d Improve estimation of OR clauses using extended statistics. 5 years ago
Michael Paquier b5913f6120 Refactor CLUSTER and REINDEX grammar to use DefElem for option lists 5 years ago
Stephen Frost dc11f31a1a Add GSS information to connection authorized log message 5 years ago
Fujii Masao 01469241b2 Track total number of WAL records, FPIs and bytes generated in the cluster. 5 years ago
Michael Paquier 91624c2ff8 Fix compilation warnings in cryptohash_openssl.c 5 years ago
Fujii Masao 942305a363 Allow restore_command parameter to be changed with reload. 5 years ago
Michael Paquier 87ae9691d2 Move SHA2 routines to a new generic API layer for crypto hashes 5 years ago
Bruce Momjian 888671a8cd pg_checksums: data_checksum_version is unsigned so use %u not %d 5 years ago
Tom Lane f7f83a55bf Ensure that expandTableLikeClause() re-examines the same table. 5 years ago
Alvaro Herrera 677f74e5bb
Avoid memcpy() with a NULL source pointer and count == 0 5 years ago
Heikki Linnakangas 415dc20096 docs: ulink all references to RFC's 5 years ago
Fujii Masao 0a4db67b5e doc: Add additional index entries for progress reporting views. 5 years ago
Michael Paquier 8a17f44c1e doc: Remove more notes about compatibilities with past versions 5 years ago
Thomas Munro 57faaf376e Use truncate(2) where appropriate. 5 years ago
Thomas Munro 9f35f94373 Free disk space for dropped relations on commit. 5 years ago
Tom Lane 8286223f3d Fix missing outfuncs.c support for IncrementalSortPath. 5 years ago
Alvaro Herrera 58ebe967f8
Document concurrent indexes waiting on each other 5 years ago
Tom Lane 4823c4f6ac Remove configure-time probe for DocBook DTD. 5 years ago
Tom Lane 275b3411d9 Prevent parallel index build in a standalone backend. 5 years ago
Tom Lane b1738ff6ab Fix miscomputation of direct_lateral_relids for join relations. 5 years ago
Michael Paquier 873ea9ee69 Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZE 5 years ago
Heikki Linnakangas 2bc588798b Remove leftover comments, left behind by removal of WITH OIDS. 5 years ago
Fujii Masao 6742e14959 Fix typo in comment. 5 years ago
Fujii Masao 98e2d58d66 Improve log message about termination of background workers. 5 years ago
Tom Lane 7e5e1bba03 Fix recently-introduced breakage in psql's \connect command. 5 years ago
Tom Lane d5e2bdf7dd Doc: clarify behavior of PQconnectdbParams(). 5 years ago
Noah Misch 0f89ca083b Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl. 5 years ago
Tom Lane b90a7fe15f Clean up after tests in src/test/locale/. 5 years ago
Tom Lane 9c83b54a9c Fix a recently-introduced race condition in LISTEN/NOTIFY handling. 5 years ago
Fujii Masao 3df51ca8b3 Fix CLUSTER progress reporting of number of blocks scanned. 5 years ago
Fujii Masao ef848f4ac5 Use standard SIGTERM signal handler die() in test_shm_mq worker. 5 years ago
Fujii Masao 2a0847720a Use standard SIGHUP and SIGTERM signal handlers in worker_spi. 5 years ago
Amit Kapila 0926e96c49 Fix replication of in-progress transactions in tablesync worker. 5 years ago
Alvaro Herrera dcfff74fb1
Restore lock level to update statusFlags 5 years ago
Fujii Masao 9fbc3f318d pg_stat_statements: Track number of times pgss entries were deallocated. 5 years ago
Fujii Masao 4a36eab79a doc: Add description about re-analysis and re-planning of a prepared statement. 5 years ago
Amit Kapila f3a8f73ec2 Use Enums for logical replication message types at more places. 5 years ago
Alvaro Herrera c98763bf51
Avoid spurious waits in concurrent indexing 5 years ago
Tom Lane 314fb9baea In psql's \d commands, don't truncate attribute default values. 5 years ago
Tom Lane 85b4ba7342 Doc: minor improvements for section 11.2 "Index Types". 5 years ago
Tom Lane 2432b1a040 Avoid spamming the client with multiple ParameterStatus messages. 5 years ago
Peter Eisentraut f73999262e tablefunc: Reject negative number of tuples passed to normal_rand() 5 years ago
Peter Eisentraut 2fbd786c34 doc: Fix typos 5 years ago
Peter Eisentraut d5d91acdcc Make error hint from bind() failure more accurate 5 years ago
Peter Eisentraut c9f0624bc2 Add support for abstract Unix-domain sockets 5 years ago
Thomas Munro a7e65dc88b Fix WaitLatch(NULL) on Windows. 5 years ago
Amit Kapila 805b816305 Remove obsolete comment atop ri_PlanCheck. 5 years ago
David Rowley 687f616344 Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1 5 years ago
Michael Paquier 7b94e99960 Remove catalog function currtid() 5 years ago