aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Refactor CLUSTER and REINDEX grammar to use DefElem for option listsMichael Paquier2020-12-03
* Add GSS information to connection authorized log messageStephen Frost2020-12-02
* Track total number of WAL records, FPIs and bytes generated in the cluster.Fujii Masao2020-12-02
* Fix compilation warnings in cryptohash_openssl.cMichael Paquier2020-12-02
* Allow restore_command parameter to be changed with reload.Fujii Masao2020-12-02
* Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier2020-12-02
* pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian2020-12-01
* Ensure that expandTableLikeClause() re-examines the same table.Tom Lane2020-12-01
* Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera2020-12-01
* docs: ulink all references to RFC'sHeikki Linnakangas2020-12-01
* doc: Add additional index entries for progress reporting views.Fujii Masao2020-12-01
* doc: Remove more notes about compatibilities with past versionsMichael Paquier2020-12-01
* Use truncate(2) where appropriate.Thomas Munro2020-12-01
* Free disk space for dropped relations on commit.Thomas Munro2020-12-01
* Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane2020-11-30
* Document concurrent indexes waiting on each otherAlvaro Herrera2020-11-30
* Remove configure-time probe for DocBook DTD.Tom Lane2020-11-30
* Prevent parallel index build in a standalone backend.Tom Lane2020-11-30
* Fix miscomputation of direct_lateral_relids for join relations.Tom Lane2020-11-30
* Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier2020-11-30
* Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas2020-11-30
* Fix typo in comment.Fujii Masao2020-11-30
* Improve log message about termination of background workers.Fujii Masao2020-11-30
* Fix recently-introduced breakage in psql's \connect command.Tom Lane2020-11-29
* Doc: clarify behavior of PQconnectdbParams().Tom Lane2020-11-29
* Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch2020-11-28
* Clean up after tests in src/test/locale/.Tom Lane2020-11-28
* Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane2020-11-28
* Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao2020-11-27
* Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao2020-11-27
* Use standard SIGHUP and SIGTERM signal handlers in worker_spi.Fujii Masao2020-11-27
* Fix replication of in-progress transactions in tablesync worker.Amit Kapila2020-11-27
* Restore lock level to update statusFlagsAlvaro Herrera2020-11-26
* pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao2020-11-26
* doc: Add description about re-analysis and re-planning of a prepared statement.Fujii Masao2020-11-26
* Use Enums for logical replication message types at more places.Amit Kapila2020-11-26
* Avoid spurious waits in concurrent indexingAlvaro Herrera2020-11-25
* In psql's \d commands, don't truncate attribute default values.Tom Lane2020-11-25
* Doc: minor improvements for section 11.2 "Index Types".Tom Lane2020-11-25
* Avoid spamming the client with multiple ParameterStatus messages.Tom Lane2020-11-25
* tablefunc: Reject negative number of tuples passed to normal_rand()Peter Eisentraut2020-11-25
* doc: Fix typosPeter Eisentraut2020-11-25
* Make error hint from bind() failure more accuratePeter Eisentraut2020-11-25
* Add support for abstract Unix-domain socketsPeter Eisentraut2020-11-25
* Fix WaitLatch(NULL) on Windows.Thomas Munro2020-11-25
* Remove obsolete comment atop ri_PlanCheck.Amit Kapila2020-11-25
* Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley2020-11-25
* Remove catalog function currtid()Michael Paquier2020-11-25
* Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth2020-11-24
* Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley2020-11-25