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
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Remove argument isprimary from index_build()
Michael Paquier
2019-01-24
*
Fix misc typos in comments.
Heikki Linnakangas
2019-01-23
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-21
*
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-21
*
Change snapshot type to be determined by enum rather than callback.
Andres Freund
2019-01-21
*
Second try at fixing ecpglib thread-safety problem.
Tom Lane
2019-01-21
*
Remove superfluous tqual.h includes.
Andres Freund
2019-01-21
*
Introduce access/{table.h, relation.h}, for generic functions from heapam.h.
Andres Freund
2019-01-21
*
Avoid thread-safety problem in ecpglib.
Tom Lane
2019-01-21
*
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-20
*
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-19
*
Use our own getopt() on OpenBSD.
Tom Lane
2019-01-18
*
Move CloneForeignKeyConstraints to tablecmds.c
Alvaro Herrera
2019-01-18
*
Refactor duplicate code into DeconstructFkConstraintRow
Alvaro Herrera
2019-01-18
*
Restrict the use of temporary namespace in two-phase transactions
Michael Paquier
2019-01-18
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
*
Move vacuumlazy.c into access/heap.
Andres Freund
2019-01-15
*
Finish reverting "recheck_on_update" patch.
Tom Lane
2019-01-15
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-14
*
Remove too generically named MissingPtr typedef.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Fix C++ compile failures in headers.
Tom Lane
2019-01-10
*
Remove unnecessary #include.
Tom Lane
2019-01-10
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
pgbench: add \cset and \gset commands
Alvaro Herrera
2019-01-10
*
Use perfect hashing, instead of binary search, for keyword lookup.
Tom Lane
2019-01-09
*
Reduce the size of the fmgr_builtin_oid_index[] array.
Tom Lane
2019-01-09
*
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-06
*
Don't create relfilenode for relations without storage
Alvaro Herrera
2019-01-04
*
Rename macro to RELKIND_HAS_STORAGE
Alvaro Herrera
2019-01-04
*
Move the built-in conversions into the initial catalog data.
Tom Lane
2019-01-03
*
Use symbolic references for pg_language OIDs in the bootstrap data.
Tom Lane
2019-01-03
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Update leakproofness markings on some btree comparison functions.
Tom Lane
2018-12-31
*
Remove some useless code
Alvaro Herrera
2018-12-31
*
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
Michael Paquier
2018-12-29
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-27
*
Add some const decorations
Peter Eisentraut
2018-12-22
*
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
2018-12-21
*
Base information_schema.sql_identifier domain on name, not varchar.
Tom Lane
2018-12-20
*
Avoid producing over-length specific_name outputs in information_schema.
Tom Lane
2018-12-20
*
Make bitmapset.c use 64-bit bitmap words on 64-bit machines.
Tom Lane
2018-12-20
[next]