index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-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
2018-12-20
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-19
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
Make type "name" collation-aware.
Tom Lane
2018-12-18
Make collation-aware system catalog columns use "C" collation.
Tom Lane
2018-12-18
Include partitioned indexes to system view pg_indexes
Michael Paquier
2018-12-17
Drop support for getting signal descriptions from sys_siglist[].
Tom Lane
2018-12-17
Fix tablespace handling for partitioned tables
Alvaro Herrera
2018-12-17
Modernize our code for looking up descriptive strings for Unix signals.
Tom Lane
2018-12-16
Improve detection of child-process SIGPIPE failures.
Tom Lane
2018-12-14
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-13
Introduce new extended routines for FDW and foreign server lookups
Michael Paquier
[next]