]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2020-01-23  Tom LaneImprove psql's tab completion for filenames.
2020-01-23  Michael PaquierDoc: Fix and tweak documentation for ANALYZE reporting
2020-01-23  Michael PaquierClarify some comments in vacuumlazy.c
2020-01-22  Alvaro HerreraAdd BRIN test case
2020-01-22  Fujii MasaoAdd GUC ignore_invalid_pages.
2020-01-22  Amit KapilaFix the computation of max dead tuples during the vacuum.
2020-01-22  Michael PaquierFix concurrent indexing operations with temporary tables
2020-01-21  Tom LaneClarify behavior of adding and altering a column in...
2020-01-21  Andres FreundFix edge case leading to agg transitions skipping ExecA...
2020-01-21  Michael PaquierAdd GUC variables for stat tracking and timeout as...
2020-01-20  Tom LaneFurther tweaking of jsonb_set_lax().
2020-01-20  Tom LaneFix pg_dump's sigTermHandler() to use _exit() not exit().
2020-01-20  Heikki LinnakangasFix crash in BRIN inclusion op functions, due to missin...
2020-01-20  Amit KapilaAllow vacuum command to process indexes in parallel.
2020-01-20  Tom LaneFix out-of-memory handling in ecpglib.
2020-01-19  Tom LaneSilence minor compiler warnings.
2020-01-19  Heikki LinnakangasRemove separate files for the initial contents of pg_...
2020-01-19  Michael PaquierDoc: Improve description of connection strings with...
2020-01-18  Tom LaneDoc: rearrange the documentation of binary-string funct...
2020-01-18  Michael PaquierAdd GUC checks for ssl_min_protocol_version and ssl_max...
2020-01-17  Alexander KorotkovAvoid full scan of GIN indexes when possible
2020-01-17  Tom LaneRepair more failures with SubPlans in multi-row VALUES...
2020-01-17  Alvaro HerreraSet ReorderBufferTXN->final_lsn more eagerly
2020-01-17  Tomas VondraAllocate freechunks bitmap as part of SlabContext
2020-01-17  Andrew Dunstanbump catalog version as should have been done for jsonb...
2020-01-17  Andrew DunstanAdd a non-strict version of jsonb_set
2020-01-17  Michael PaquierMove OpenSSL routines for min/max protocol setting...
2020-01-16  Tom LaneRationalize code placement between wchar.c, encnames...
2020-01-16  Tom LaneUpdate header comments for wchar.c and encnames.c.
2020-01-16  Tom LaneMove wchar.c and encnames.c to src/common/.
2020-01-16  Robert HaasFix problems with "read only query" checks, and refacto...
2020-01-16  Tom LaneMinor code beautification in regexp.c.
2020-01-15  Tom LaneRestructure ALTER TABLE execution to fix assorted bugs.
2020-01-15  Alvaro HerreraReport progress of ANALYZE commands
2020-01-15  Peter EisentrautRemove libpq.rc, use win32ver.rc for libpq
2020-01-15  Michael PaquierFix buggy logic in isTempNamespaceInUse()
2020-01-15  Amit KapilaIntroduce IndexAM fields for parallel vacuum.
2020-01-14  Peter EisentrautFix compiler warning about format on Windows
2020-01-14  Bruce Momjiandocs: change "default role" wording to "predefined...
2020-01-14  Bruce MomjianRevert copyright script changes to binary *.key files
2020-01-14  Bruce Momjiantools/copyright.pl: skip copyright changes for *.key...
2020-01-14  Peter Eisentrautwalreceiver uses a temporary replication slot by default
2020-01-14  Peter EisentrautExpose PQbackendPID() through walreceiver API
2020-01-14  Peter EisentrautALTER TABLE ... ALTER COLUMN ... DROP EXPRESSION
2020-01-14  Dean RasheedMake rewriter prevent auto-updates on views with condit...
2020-01-14  Amit KapilaRevert test added by commit d207038053.
2020-01-13  Tom LaneReduce size of backend scanner's tables.
2020-01-13  Peter EisentrautFix base backup with database OIDs larger than INT32_MAX
2020-01-13  Amit KapilaFix typo.
2020-01-13  Michael PaquierFix comment in heapam.c
2020-01-13  Andrew DunstanOnly superuser can set sslcert/sslkey in postgres_fdw...
2020-01-13  Amit KapilaDelete empty pages in each pass during GIST VACUUM.
2020-01-13  Tomas VondraApply multiple multivariate MCV lists when possible
2020-01-13  Tomas VondraApply all available functional dependencies
2020-01-12  Tom LaneFix edge-case crashes and misestimation in range contai...
2020-01-12  Michael PaquierRemove incorrect assertion for INSERT in logical replic...
2020-01-11  Tom LaneExtensive code review for GSSAPI encryption mechanism.
2020-01-11  Peter EisentrautMake lsn argument of walrcv_create_slot() optional
2020-01-11  Peter EisentrautRemove STATUS_FOUND
2020-01-11  Noah MischMaintain valid md.c state when FileClose() fails.
2020-01-10  Peter Geoghegannbtree: Rename BT_HEAP_TID_ATTR.
2020-01-10  Peter Geoghegannbtree: BTREE_[MIN|NOVAC]_VERSION comment tweaks.
2020-01-10  Alvaro HerreraClean up representation of flags in struct ReorderBufferTXN
2020-01-10  Michael Paquierdoc: Fix naming of SELinux
2020-01-10  Michael Paquierpgbench: Make more debug messages use common logging API
2020-01-09  Tom LaneSkip tab-completion tests if envar SKIP_READLINE_TESTS...
2020-01-09  Tom LaneReconsider the representation of join alias Vars.
2020-01-09  Robert HaasAdd pg_shmem_allocations view.
2020-01-09  Robert HaasRemove bogus 'return'.
2020-01-09  Magnus HaganderClarify that pg_trgm is used in example
2020-01-09  Peter EisentrautAdd support for automatically updating Unicode derived...
2020-01-09  Andrew DunstanAllow 'sslkey' and 'sslcert' in postgres_fdw user mappings
2020-01-08  Peter EisentrautModernize Python exception syntax in tests
2020-01-08  Peter EisentrautRemove support for Python older than 2.6
2020-01-08  Alvaro HerreraReimplement nullification of walsender timestamp
2020-01-08  Tom LaneImprove the handling of result type coercions in SQL...
2020-01-08  Stephen FrostImprove GSSAPI Encryption startup comment in libpq
2020-01-08  Tom LaneFix handling of generated columns in ALTER TABLE.
2020-01-08  Peter Eisentrautpgbench: Use common logging API
2020-01-08  Michael PaquierRevert "Forbid DROP SCHEMA on temporary namespaces"
2020-01-08  Michael PaquierRemove dependency to system calls for memory allocation...
2020-01-07  Alvaro Herrerapg_stat_activity: show NULL stmt start time for walsenders
2020-01-07  Robert Haastableam: New callback relation_fetch_toast_slice.
2020-01-07  Robert Haastableam: Allow choice of toast AM.
2020-01-07  Robert HaasIncrease the maximum value of track_activity_query_size.
2020-01-07  Tom LaneClean up management of IP addresses in our SSL tests.
2020-01-06  Tom LaneReduce the number of GetFlushRecPtr() calls done by...
2020-01-06  Tom LaneAdd functions min_scale(numeric) and trim_scale(numeric).
2020-01-06  Peter EisentrautHave logical replication subscriber fire column triggers
2020-01-06  Michael PaquierRemove support for OpenSSL 0.9.8 and 1.0.0
2020-01-06  Peter GeogheganRemove redundant incomplete split assertion.
2020-01-05  Tom LaneMinor style improvements for tab-completion test.
2020-01-05  Tatsuo IshiiDocs: use more standard terminology "round-to-nearest...
2020-01-05  Tom LaneAvoid reading ~/.inputrc in tab-completion test, and...
2020-01-04  Tom LaneDon't try to force TERM to a fixed value in tab-complet...
2020-01-04  Tom LaneIn tab-completion test, print out the value of TERM...
2020-01-04  Noah MischSkip memcpy(x, x) in qunique().
2020-01-04  Tom LaneMake tab-completion tests more robust.
2020-01-04  Peter EisentrautMake better use of ParseState in ProcessUtility
2020-01-03  Peter GeogheganAdd xl_btree_delete optimization.
next