summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-12-02Fix compilation warnings in cryptohash_openssl.cMichael Paquier
2020-12-02Allow restore_command parameter to be changed with reload.Fujii Masao
2020-12-02Move SHA2 routines to a new generic API layer for crypto hashesMichael Paquier
2020-12-02pg_checksums: data_checksum_version is unsigned so use %u not %dBruce Momjian
2020-12-01Ensure that expandTableLikeClause() re-examines the same table.Tom Lane
2020-12-01Avoid memcpy() with a NULL source pointer and count == 0Alvaro Herrera
2020-12-01Use truncate(2) where appropriate.Thomas Munro
2020-12-01Free disk space for dropped relations on commit.Thomas Munro
2020-11-30Fix missing outfuncs.c support for IncrementalSortPath.Tom Lane
2020-11-30Prevent parallel index build in a standalone backend.Tom Lane
2020-11-30Fix miscomputation of direct_lateral_relids for join relations.Tom Lane
2020-11-30Refactor parsing rules for option lists of EXPLAIN, VACUUM and ANALYZEMichael Paquier
2020-11-30Remove leftover comments, left behind by removal of WITH OIDS.Heikki Linnakangas
2020-11-30Fix typo in comment.Fujii Masao
2020-11-30Improve log message about termination of background workers.Fujii Masao
2020-11-29Fix recently-introduced breakage in psql's \connect command.Tom Lane
2020-11-29Retry initial slurp_file("current_logfiles"), in test 004_logrotate.pl.Noah Misch
2020-11-28Clean up after tests in src/test/locale/.Tom Lane
2020-11-28Fix a recently-introduced race condition in LISTEN/NOTIFY handling.Tom Lane
2020-11-27Fix CLUSTER progress reporting of number of blocks scanned.Fujii Masao
2020-11-27Use standard SIGTERM signal handler die() in test_shm_mq worker.Fujii Masao
2020-11-27Use standard SIGHUP and SIGTERM signal handlers in worker_spi.Fujii Masao
2020-11-27Fix replication of in-progress transactions in tablesync worker.Amit Kapila
2020-11-26Restore lock level to update statusFlagsAlvaro Herrera
2020-11-26pg_stat_statements: Track number of times pgss entries were deallocated.Fujii Masao
2020-11-26Use Enums for logical replication message types at more places.Amit Kapila
2020-11-25Avoid spurious waits in concurrent indexingAlvaro Herrera
2020-11-25In psql's \d commands, don't truncate attribute default values.Tom Lane
2020-11-25Avoid spamming the client with multiple ParameterStatus messages.Tom Lane
2020-11-25Make error hint from bind() failure more accuratePeter Eisentraut
2020-11-25Add support for abstract Unix-domain socketsPeter Eisentraut
2020-11-25Fix WaitLatch(NULL) on Windows.Thomas Munro
2020-11-25Remove obsolete comment atop ri_PlanCheck.Amit Kapila
2020-11-25Stop gap fix for __attribute__((cold)) compiler bug in MinGW 8.1David Rowley
2020-11-25Remove catalog function currtid()Michael Paquier
2020-11-24Properly check index mark/restore in ExecSupportsMarkRestore.Andrew Gierth
2020-11-24Tidy up definitions of pg_attribute_hot and pg_attribute_coldDavid Rowley
2020-11-24Put "inline" marker on declarations of inline functions.Tom Lane
2020-11-24Move per-agg and per-trans duplicate finding to the planner.Heikki Linnakangas
2020-11-24Use macros instead of hardcoded offsets for LWLock initializationMichael Paquier
2020-11-24Centralize logic for skipping useless ereport/elog calls.Tom Lane
2020-11-24Fix unportable usage of __has_attributeDavid Rowley
2020-11-23Improve compiler code layout in elog/ereport ERROR callsDavid Rowley
2020-11-23Define pg_attribute_cold and pg_attribute_hot macrosDavid Rowley
2020-11-23Remove unnecessary #include.Tom Lane
2020-11-23Don't hold ProcArrayLock longer than needed in rare casesAlvaro Herrera
2020-11-23Rename the "point is strictly above/below point" comparison operators.Tom Lane
2020-11-23Improve wording of two error messages related to generated columns.Tom Lane
2020-11-23Make some sanity-check elogs more verboseAlvaro Herrera
2020-11-23Fix a few comments that referred to copy.c.Heikki Linnakangas