index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Commit message (
Expand
)
Author
Age
*
Make heap TID a tiebreaker nbtree index column.
Peter Geoghegan
2019-03-20
*
Refactor nbtree insertion scankeys.
Peter Geoghegan
2019-03-20
*
Get rid of jsonpath_gram.h and jsonpath_scanner.h
Alexander Korotkov
2019-03-20
*
Remove ambiguity for jsonb_path_match() and jsonb_path_exists()
Alexander Korotkov
2019-03-20
*
Rename typedef in jsonpath_gram.y from "string" to "JsonPathString"
Alexander Korotkov
2019-03-19
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Reorder LOCALLOCK structure members to compact the size
Peter Eisentraut
2019-03-19
*
Implement OR REPLACE option for CREATE AGGREGATE.
Andrew Gierth
2019-03-19
*
Revise parse tree representation for VACUUM and ANALYZE.
Robert Haas
2019-03-18
*
Fold vacuum's 'int options' parameter into VacuumParams.
Robert Haas
2019-03-18
*
Fix optimization of foreign-key on update actions
Peter Eisentraut
2019-03-18
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Fix make rules for jsonpath grammar making them similar to SQL grammar
Alexander Korotkov
2019-03-17
*
Update copyright year in files added by 1bb5e78218.
Amit Kapila
2019-03-16
*
Numeric error suppression in jsonpath
Alexander Korotkov
2019-03-16
*
Partial implementation of SQL/JSON path language
Alexander Korotkov
2019-03-16
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Add walreceiver API to get remote server version
Peter Eisentraut
2019-03-15
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Add BKI_DEFAULT to pg_class.relrewrite
Peter Eisentraut
2019-03-14
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
Sync commentary in transam.h and bki.sgml.
Tom Lane
2019-03-14
*
Use condition variables to wait for checkpoints.
Thomas Munro
2019-03-14
*
Add support for hyperbolic functions, as well as log10().
Tom Lane
2019-03-12
*
Remove remaining hard-wired OID references in the initial catalog data.
Tom Lane
2019-03-12
*
Create a script that can renumber manually-assigned OIDs.
Tom Lane
2019-03-12
*
Add routine able to update the control file to src/common/
Michael Paquier
2019-03-12
*
Remove spurious return.
Andres Freund
2019-03-11
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Fix typos in commit 8586bf7ed8.
Amit Kapila
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Convert [autovacuum_]vacuum_cost_delay into floating-point GUCs.
Tom Lane
2019-03-10
*
Support for INCLUDE attributes in GiST indexes
Alexander Korotkov
2019-03-10
*
Add new clientcert hba option verify-full
Magnus Hagander
2019-03-09
*
Track block level checksum failures in pg_stat_database
Magnus Hagander
2019-03-09
*
Avoid some table rewrites for ALTER TABLE .. SET DATA TYPE timestamp.
Noah Misch
2019-03-08
*
Reformat catalog .dat files.
Tom Lane
2019-03-08
*
Minor improvements for reformat_dat_file.pl.
Tom Lane
2019-03-08
*
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-03-07
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Remove useless header inclusion.
Thomas Munro
2019-03-07
*
Drop the vestigial "smgr" type.
Thomas Munro
2019-03-07
*
Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
Andres Freund
2019-03-06
*
Fix copy/out/readfuncs for accessMethod addition in 8586bf7ed8.
Andres Freund
2019-03-06
*
tableam: introduce table AM infrastructure.
Andres Freund
2019-03-06
*
pg_partition_ancestors
Alvaro Herrera
2019-03-04
*
Remove volatile from latch API
Peter Eisentraut
2019-03-04
*
Store tuples for EvalPlanQual in slots, rather than as HeapTuples.
Andres Freund
2019-03-01
*
Standardize some more loops that chase down parallel lists.
Tom Lane
2019-02-28
*
Use slots in trigger infrastructure, except for the actual invocation.
Andres Freund
2019-02-26
[next]