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
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-02-01
Don't count background workers against a user's connection limit.
Andrew Dunstan
2017-02-01
Fix CatalogTupleInsert/Update abstraction for case of shared indstate.
Tom Lane
2017-02-01
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-31
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-30
Invent pg_hba_file_rules view to show the content of pg_hba.conf.
Tom Lane
2017-01-30
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
Stephen Frost
2017-01-27
Refactor bitmap heap scan estimation of heap pages fetched.
Robert Haas
2017-01-27
Orthography fixes for new castNode() macro.
Tom Lane
2017-01-27
Add castNode(type, ptr) for safe casting between NodeTag based types.
Andres Freund
2017-01-26
Fix typo in description for pg_replication_origin_advance function.
Fujii Masao
2017-01-25
Introduce convenience macros to hide JsonbContainer header accesses better.
Tom Lane
2017-01-25
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
Remove vestigial resolveUnknown arguments from transformSortClause etc.
Tom Lane
2017-01-25
Make UNKNOWN into an actual pseudo-type.
Tom Lane
2017-01-25
Change unknown-type literals to type text in SELECT and RETURNING lists.
Tom Lane
2017-01-24
Add a SHOW command to the replication command language.
Robert Haas
2017-01-24
Add a new DestReceiver for printing tuples without catalog access.
Robert Haas
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-24
Reindent table partitioning code.
Robert Haas
2017-01-24
Fix incorrect comment: pgtime's tm_mon is 1-based, not 0-based.
Robert Haas
2017-01-24
Fix interaction of partitioned tables with BulkInsertState.
Robert Haas
2017-01-23
Fix default minimum value for descending sequences
Peter Eisentraut
2017-01-21
Add more includes so header files are self-contained
Peter Eisentraut
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
Bump catversion
Peter Eisentraut
2017-01-20
Logical replication
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
Fix race condition in reading commit timestamps
Alvaro Herrera
2017-01-19
Fix RETURNING to work correctly with partition tuple routing.
Robert Haas
2017-01-19
Fix failure to enforce partitioning contraint for internal partitions.
Robert Haas
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Change some test macros to return true booleans
Alvaro Herrera
2017-01-18
Implement array version of jsonb_delete and operator
Magnus Hagander
2017-01-18
Improve RLS planning by marking individual quals with security levels.
Tom Lane
2017-01-18
Add function to import operating system collations
Peter Eisentraut
2017-01-17
Correct include file path
Peter Eisentraut
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Register missing money operators in system catalogs
Peter Eisentraut
2017-01-17
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-17
Remove unnecessary include
Peter Eisentraut
2017-01-16
Fix check_srf_call_placement() to handle VALUES cases correctly.
Tom Lane
2017-01-15
Fix matching of boolean index columns to sort ordering.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-13
Fix a bug in how we generate partition constraints.
Robert Haas
2017-01-12
Fix field order in struct catcache.
Tom Lane
2017-01-09
Fix ALTER TABLE / SET TYPE for irregular inheritance
Alvaro Herrera
2017-01-07
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
Improve documentation of struct ParseState.
Tom Lane
[next]