index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
Age
Commit message (
Expand
)
Author
2019-01-26
Change function call information to be variable length.
Andres Freund
2019-01-26
Simplify restriction handling of two-phase commit for temporary objects
Michael Paquier
2019-01-25
Split QTW_EXAMINE_RTES flag into QTW_EXAMINE_RTES_BEFORE/_AFTER.
Tom Lane
2019-01-25
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-23
Remove argument isprimary from index_build()
Michael Paquier
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2019-01-22
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-22
Move remaining code from tqual.[ch] to heapam.h / heapam_visibility.c.
Andres Freund
2019-01-22
Move generic snapshot related code from tqual.h to snapmgr.h.
Andres Freund
2019-01-22
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-19
Allow COPY FROM to filter data using WHERE conditions
Tomas Vondra
2019-01-19
Replace @postgresql.org with @lists.postgresql.org for mailinglists
Magnus Hagander
2019-01-18
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-16
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-15
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-15
Make naming of tupdesc related structs more consistent with the rest of PG.
Andres Freund
2019-01-15
Remove too generically named MissingPtr typedef.
Andres Freund
2019-01-15
Don't include heapam.h from others headers.
Andres Freund
2019-01-11
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-10
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-06
Replace the data structure used for keyword lookup.
Tom Lane
2019-01-04
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-02
Update copyright for 2019
Bruce Momjian
2019-01-01
Remove configure switch --disable-strong-random
Michael Paquier
2018-12-31
Update leakproofness markings on some btree comparison functions.
Tom Lane
2018-12-31
Remove some useless code
Alvaro Herrera
2018-12-30
Add a hash opclass for type "tid".
Tom Lane
2018-12-30
Support parameterized TidPaths.
Tom Lane
2018-12-28
Improve description of DEFAULT_XLOG_SEG_SIZE in pg_config.h
Michael Paquier
2018-12-27
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
Remove entry tree root conflict checking from GIN predicate locking
Alexander Korotkov
2018-12-22
Add some const decorations
Peter Eisentraut
2018-12-20
Check for conflicting queries during replay of gistvacuumpage()
Alexander Korotkov
[next]