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
/
contrib
Age
Commit message (
Expand
)
Author
2017-03-08
Support XMLTABLE query expression
Alvaro Herrera
2017-03-07
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
Refactor SHA2 functions and move them to src/common/.
Heikki Linnakangas
2017-03-01
Move atooid() definition to a central place
Peter Eisentraut
2017-02-27
chomp PQerrorMessage() in backend uses
Peter Eisentraut
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-02-22
Fix contrib/pg_trgm's extraction of trigrams from regular expressions.
Tom Lane
2017-02-22
Fix incorrect typecast.
Robert Haas
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2017-02-15
Add optimizer and executor support for parallel index scans.
Robert Haas
2017-02-13
Remove contrib/tsearch2.
Robert Haas
2017-02-09
Remove all references to "xlog" from SQL-callable functions in pg_proc.
Robert Haas
2017-02-09
pageinspect: Fix hash_bitmap_info not to read the underlying page.
Robert Haas
2017-02-09
Allow index AMs to cache data across aminsert calls within a SQL command.
Tom Lane
2017-02-07
Cache hash index's metapage in rel->rd_amcache.
Robert Haas
2017-02-06
Fix typo also in expected output.
Heikki Linnakangas
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-02-03
pageinspect: More type-sanity surgery on the new hash index code.
Robert Haas
2017-02-03
pgstattuple: Add pgstathashindex.
Robert Haas
2017-02-03
In pageinspect/hashfuncs.c, avoid crashes on alignment-picky machines.
Tom Lane
2017-02-03
pageinspect: Remove platform-dependent values from hash tests.
Robert Haas
2017-02-03
Fix a bunch more portability bugs in commit 08bf6e529.
Tom Lane
2017-02-03
pageinspect: Try to fix some bugs in previous commit.
Robert Haas
2017-02-02
pageinspect: Support hash indexes.
Robert Haas
2017-02-02
Code review for avoidance of direct cross-module links.
Noah Misch
2017-02-01
Replace isMD5() with a more future-proof way to check if pw is encrypted.
Heikki Linnakangas
2017-01-27
Fix typo in comment.
Robert Haas
2017-01-27
Use the new castNode() macro in a number of places.
Andres Freund
2017-01-25
Improve speed of contrib/postgres_fdw regression tests.
Tom Lane
2017-01-24
Extend index AM API for parallel index scans.
Robert Haas
2017-01-21
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-19
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
2017-01-17
Rename C symbols for backend lo_ functions
Peter Eisentraut
2017-01-17
Remove unnecessary prototypes in loadable modules
Peter Eisentraut
2017-01-14
Teach contrib/pg_stat_statements to handle multi-statement commands better.
Tom Lane
2017-01-14
Change representation of statement lists, and add statement location info.
Tom Lane
2017-01-14
pg_ctl: Change default to wait for all actions
Peter Eisentraut
2017-01-14
Updates to reflect that pg_ctl stop -m fast is the default
Peter Eisentraut
2017-01-12
Make whitespace consistent inside some script files
Peter Eisentraut
2017-01-06
Invalidate cached plans on FDW option changes.
Tom Lane
2017-01-05
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
2016-12-22
Make dblink try harder to form useful error messages
Joe Conway
2016-12-22
Protect dblink from invalid options when using postgres_fdw server
Joe Conway
2016-12-22
Give a useful error message if uuid-ossp is built without preconfiguration.
Tom Lane
2016-12-21
Improve dblink error message when remote does not provide it
Joe Conway
[next]