index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Remove extra increment of plpgsql's statement counter for FOR loops.
Tom Lane
2021-02-02
*
Fix ancient memory leak in contrib/auto_explain.
Tom Lane
2021-02-02
*
Improve confusing variable names
Peter Eisentraut
2021-02-02
*
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-02-02
*
Doc: work a little harder on the initial examples for regex matching.
Tom Lane
2021-02-01
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Remove incidental dependencies on partitioned_rels lists.
Tom Lane
2021-02-01
*
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-02-01
*
SEARCH and CYCLE clauses
Peter Eisentraut
2021-02-01
*
Get rid of unnecessary memory allocation in jsonb_subscript_assign()
Alexander Korotkov
2021-02-01
*
Introduce --with-ssl={openssl} as a configure option
Michael Paquier
2021-02-01
*
Fix portability issue in new jsonbsubs code.
Tom Lane
2021-02-01
*
Throw error when assigning jsonb scalar instead of a composite object
Alexander Korotkov
2021-01-31
*
Filling array gaps during jsonb subscripting
Alexander Korotkov
2021-01-31
*
Implementation of subscripting for jsonb
Alexander Korotkov
2021-01-31
*
Remove unused _bt_delitems_delete() argument.
Peter Geoghegan
2021-01-31
*
Fix parsing of complex morphs to tsquery
Alexander Korotkov
2021-01-31
*
Add primary keys and unique constraints to system catalogs
Peter Eisentraut
2021-01-30
*
doc: Clarify status of SELECT INTO on reference page
Peter Eisentraut
2021-01-30
*
Allow GRANTED BY clause in normal GRANT and REVOKE statements
Peter Eisentraut
2021-01-30
*
Revive "snapshot too old" with wal_level=minimal and SET TABLESPACE.
Noah Misch
2021-01-30
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
*
Fix CREATE INDEX CONCURRENTLY for simultaneous prepared transactions.
Noah Misch
2021-01-30
*
postgres_fdw: Fix tests for CLOBBER_CACHE_ALWAYS.
Fujii Masao
2021-01-30
*
Doc: improve cross-references for SET/SHOW.
Tom Lane
2021-01-29
*
Document behavior of the .** jsonpath accessor in the lax mode
Alexander Korotkov
2021-01-29
*
Fix typo
Peter Eisentraut
2021-01-29
*
doc: Improve wording of section for repslot statistics
Michael Paquier
2021-01-29
*
Adjust comments of CheckRelationTableSpaceMove() and SetRelationTableSpace()
Michael Paquier
2021-01-29
*
Remove documentation of waiting restore_command.
Thomas Munro
2021-01-29
*
Retire pg_standby.
Thomas Munro
2021-01-29
*
Silence another gcc 11 warning.
Tom Lane
2021-01-28
*
Remove bogus restriction from BEFORE UPDATE triggers
Alvaro Herrera
2021-01-28
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Make ecpg's rjulmdy() and rmdyjul() agree with their declarations.
Tom Lane
2021-01-28
*
pgbench: Remove dead code
Alvaro Herrera
2021-01-28
*
Remove gratuitous uses of deprecated SELECT INTO
Peter Eisentraut
2021-01-28
*
Add direct conversion routines between EUC_TW and Big5.
Heikki Linnakangas
2021-01-28
*
Add mbverifystr() functions specific to each encoding.
Heikki Linnakangas
2021-01-28
*
Don't add bailout adjustment for non-strict deserialize calls.
Andrew Gierth
2021-01-28
*
Fix crash of pg_stat_statements_info() without library loaded
Michael Paquier
2021-01-28
*
Refactor SQL functions of SHA-2 in cryptohashfuncs.c
Michael Paquier
2021-01-28
*
Reduce the default value of vacuum_cost_page_miss.
Peter Geoghegan
2021-01-27
*
In TrimCLOG(), don't reset XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
*
In clog_redo(), don't set XactCtl->shared->latest_page_number.
Robert Haas
2021-01-27
*
Doc: improve documentation for UNNEST().
Tom Lane
2021-01-27
*
Move StartupCLOG() calls to just after we initialize ShmemVariableCache.
Robert Haas
2021-01-27
*
Fix GiST index deletion assert issue.
Peter Geoghegan
2021-01-26
*
doc: Remove reference to views for TRUNCATE privilege
Michael Paquier
2021-01-27
*
Refactor code in tablecmds.c to check and process tablespace moves
Michael Paquier
2021-01-27
[next]