postgresql.git
2020-01-29 Robert HaasMove jsonapi.c and jsonapi.h to src/common.
2020-01-29 Peter EisentrautFail if recovery target is not reached
2020-01-29 Michael PaquierFix dispsize for libpq connection parameters channel_bi...
2020-01-29 Amit KapilaAdd --parallel option to vacuumdb command.
2020-01-28 Tom LaneFix dangling pointer in EvalPlanQual machinery.
2020-01-28 Heikki LinnakangasFix randAccess setting in ReadRecord()
2020-01-28 Thomas MunroFix compile error on HP C.
2020-01-28 Thomas MunroDon't reset latch in ConditionVariablePrepareToSleep().
2020-01-28 Amit KapilaAdded relation name in error messages for constraint...
2020-01-28 Michael PaquierAdd connection parameters to control SSL protocol min...
2020-01-28 Thomas MunroRemove dependency on HeapTuple from predicate locking...
2020-01-27 Tom LaneApply project best practices to switches over enum...
2020-01-27 Robert HaasMove some code from jsonapi.c to jsonfuncs.c.
2020-01-27 Robert HaasAdjust pg_parse_json() so that it does not directly...
2020-01-27 Thomas MunroAvoid unnecessary shm writes in Parallel Hash Join.
2020-01-27 Michael PaquierFix some memory leaks and improve restricted token...
2020-01-26 Tom LaneFix EXPLAIN (SETTINGS) to follow policy about when...
2020-01-26 Thomas MunroRefactor confusing code in _mdfd_openseg().
2020-01-26 Tom LaneIn postgres_fdw, don't try to ship MULTIEXPR updates...
2020-01-26 Heikki LinnakangasRefactor XLogReadRecord(), adding XLogBeginRead() function.
2020-01-25 Tom LaneClean up EXPLAIN's handling of per-worker details.
2020-01-25 Dean RasheedAdd functions gcd() and lcm() for integer and numeric...
2020-01-24 Robert HaasRemove jsonapi.c's lex_accept().
2020-01-24 Robert HaasSplit JSON lexer/parser from 'json' data type support.
2020-01-24 Robert HaasAdjust src/include/utils/jsonapi.h so it's not backend...
2020-01-24 Fujii MasaoAdd pg_file_sync() to adminpack extension.
2020-01-24 Peter EisentrautAdd exclusion to headercheck
2020-01-24 Peter EisentrautFix typo
2020-01-24 Michael PaquierDoc: Fix list of storage parameters available for ALTER...
2020-01-23 Tom LaneAdd configure probe for rl_completion_suppress_quote.
2020-01-23 Tom LaneFix an oversight in commit 4c70098ff.
2020-01-23 Tom LaneClean up formatting.c's logic for matching constant...
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.
next