]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2018-12-20  Tom LaneBase information_schema.sql_identifier domain on name...
2018-12-20  Tom LaneAvoid producing over-length specific_name outputs in...
2018-12-20  Alvaro HerreraFix lock level used for partition when detaching it
2018-12-20  Tom LaneDoc: fix ancient mistake in search_path documentation.
2018-12-20  Tom LaneMake bitmapset.c use 64-bit bitmap words on 64-bit...
2018-12-20  Alvaro HerreraDETACH PARTITION: hold locks on indexes until end of...
2018-12-20  Michael PaquierAdd more tab completion for CREATE TABLE in psql
2018-12-20  Greg StarkFix ADD IF NOT EXISTS used in conjunction with ALTER...
2018-12-19  Tom LaneAdd text-vs-name cross-type operators, and unify name_o...
2018-12-19  Tom LaneMake type "name" collation-aware.
2018-12-19  Alvaro HerreraRemove function names from error messages
2018-12-19  Tom LaneSmall improvements for allocation logic in ginHeapTuple...
2018-12-19  Tom LaneDoc: fix incorrect example of collecting arguments...
2018-12-19  Peter GeogheganRemove obsolete nbtree duplicate entries comment.
2018-12-19  Peter GeogheganCorrect obsolete nbtree recovery comments.
2018-12-19  Tatsuo IshiiDoc: fix typo in "Generic File Access Functions" section.
2018-12-18  Tom LaneMake collation-aware system catalog columns use "C...
2018-12-18  Tom LaneUpdate sepgsql regression test results for commit ca410...
2018-12-18  Tom LaneFix ancient thinko in mergejoin cost estimation.
2018-12-18  Michael PaquierInclude partitioned indexes to system view pg_indexes
2018-12-18  Michael PaquierTweak description comments in tests for partition functions
2018-12-18  Michael PaquierUpdate project link of pgBadger in documentation
2018-12-18  Michael PaquierInclude ALTER INDEX SET STATISTICS in pg_dump
2018-12-17  Tom LaneDrop support for getting signal descriptions from sys_s...
2018-12-17  Alvaro HerreraFix tablespace handling for partitioned tables
2018-12-17  Alvaro HerreraClarify runtime pruning in EXPLAIN
2018-12-17  Amit KapilaRemove extra semicolons.
2018-12-17  Michael PaquierFix use-after-free bug when renaming constraints
2018-12-17  Michael PaquierMake constraint rename issue relcache invalidation...
2018-12-17  Tom LaneModernize our code for looking up descriptive strings...
2018-12-16  Tom LaneMake error handling in parallel pg_upgrade less bogus.
2018-12-16  Tom LaneImprove detection of child-process SIGPIPE failures.
2018-12-14  Tom LaneMake pg_statistic and related code account more honestl...
2018-12-13  Michael PaquierIntroduce new extended routines for FDW and foreign...
2018-12-13  Andres FreundCreate a separate oid range for oids assigned by genbki.pl.
2018-12-13  Tom LaneFix bogus logic for skipping unnecessary partcollation...
2018-12-13  Tom LaneDrop no-op CoerceToDomain nodes from expressions at...
2018-12-13  Alexander KorotkovPrevent GIN deleted pages from being reclaimed too...
2018-12-13  Alexander KorotkovPrevent deadlock in ginRedoDeletePage()
2018-12-13  Alexander KorotkovFix deadlock in GIN vacuum introduced by 218f51584d5
2018-12-12  Tom LaneRepair bogus EPQ plans generated for postgres_fdw forei...
2018-12-12  Tom LaneRepair bogus handling of multi-assignment Params in...
2018-12-12  Michael PaquierTweak pg_partition_tree for undefined relations and...
2018-12-11  Tom LaneFix test_rls_hooks to assign expression collations...
2018-12-11  Tom LaneDoc: improve documentation about ALTER LARGE OBJECT...
2018-12-11  Noah MischRaise some timeouts to 180s, in test code.
2018-12-10  Tom LaneAdd stack depth checks to key recursive functions in...
2018-12-10  Tom LaneDoc: remove obsolete reference to recursive expression...
2018-12-10  Tom LaneMake TupleDescInitBuiltinEntry throw error for unsuppor...
2018-12-10  Stephen FrostAdd pg_dump test for empty OP class
2018-12-10  Stephen FrostAdd additional partition tests to pg_dump
2018-12-10  Stephen FrostRemove dead code in toast_fetch_datum_slice
2018-12-10  Michael PaquierEnsure cleanup of orphan archive status files
2018-12-09  Michael PaquierAdd timestamp of last received message from standby...
2018-12-07  Tom LaneDoc: document that we expect CHECK constraint condition...
2018-12-07  Tom LaneDoc: remove obsolete statements about system OID column...
2018-12-07  Tom LaneIn PQprint(), write HTML table trailer before closing...
2018-12-07  Tom LaneFix misapplication of pgstat_count_truncate to wrong...
2018-12-07  Tom LaneClean up sloppy coding in publicationcmds.c's OpenTable...
2018-12-07  Tom LaneDoc: make cross-reference to format() function more...
2018-12-06  Michael PaquierFix some errhint and errdetail strings missing a period
2018-12-06  Tom LaneImprove our response to invalid format strings, and...
2018-12-06  Stephen FrostImprove planner stats documentation
2018-12-06  Stephen FrostCleanup minor pg_dump memory leaks
2018-12-06  Stephen FrostCleanup comments in xlog compression
2018-12-06  Tatsuo IshiiChange true/false to on/off.
2018-12-05  Alvaro HerreraDon't mark partitioned indexes invalid unnecessarily
2018-12-05  Michael PaquierFix invalid value of synchronous_commit in description...
2018-12-04  Stephen FrostFix typo
2018-12-04  Etsuro Fujitapostgres_fdw: Improve cost and size estimation for...
2018-12-03  Tom LaneRefactor documentation about privileges to centralize...
2018-12-03  Michael PaquierAdd some missing schema qualifications
2018-12-03  Michael PaquierAdd PGXS options to control TAP and isolation tests...
2018-12-01  Tom LaneEliminate parallel-make hazard in ecpg/preproc.
2018-12-01  Tom LaneRename ecpg's various "extern.h" files to have distinct...
2018-12-01  Tom LaneAdd a --socketdir option to pg_upgrade.
2018-11-30  Michael PaquierFix tablespace path TAP test of pg_verify_checksums...
2018-11-30  Alvaro HerreraSilence compiler warning
2018-11-30  Amit KapilaFix typo.
2018-11-30  Michael PaquierFix various checksum check problems for pg_verify_check...
2018-11-30  Michael PaquierSwitch pg_verify_checksums back to a blacklist
2018-11-29  Tom LaneDocument handling of invalid/ambiguous timestamp input...
2018-11-29  Alvaro HerreraAdd log_statement_sample_rate parameter
2018-11-29  Tom LaneEnsure static libraries have correct mod time even...
2018-11-29  Peter Eisentrautdoc: Add appendix detailing some limits of PostgreSQL
2018-11-29  Michael PaquierAdd pg_partition_tree to documentation index
2018-11-29  Michael PaquierAdd support for NO_INSTALLCHECK in MSVC scripts
2018-11-29  Thomas MunroFix minor typo in dsa.c.
2018-11-29  Michael PaquierAdd missing NO_INSTALLCHECK in commit_ts and test_rls_hooks
2018-11-29  Michael PaquierFix handling of synchronous replication for stopping...
2018-11-28  Peter GeogheganHave BufFileSize() ereport() on FileSize() failure.
2018-11-28  Peter EisentrautOnly allow one recovery target setting
2018-11-28  Bruce MomjianC comment: remove extra '*'
2018-11-28  Thomas MunroDon't set PAM_RHOST for Unix sockets.
2018-11-28  Tomas VondraDo not decode TOAST data for table rewrites
2018-11-27  Tomas VondraUse wildcard to match parens after CREATE STATISTICS
2018-11-27  Thomas MunroDon't count zero-filled buffers as 'read' in EXPLAIN.
2018-11-27  Andres FreundEnsure consistent sort order of large objects in pg_dump.
2018-11-27  Andres FreundFix jit compilation bug on wide tables.
2018-11-27  Peter EisentrautUpdate ssl test certificates and keys
next