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
2015-05-09
Add new OID alias type regnamespace
Andrew Dunstan
2015-05-09
Add new OID alias type regrole
Andrew Dunstan
2015-05-08
Bump catversion for pg_file_settings
Stephen Frost
2015-05-08
Add pg_file_settings view and function
Stephen Frost
2015-05-08
At promotion, archive last segment from old timeline with .partial suffix.
Heikki Linnakangas
2015-05-08
Add macros to check if a filename is a WAL segment or other such file.
Heikki Linnakangas
2015-05-08
Minor ON CONFLICT related comments and doc fixes.
Andres Freund
2015-05-08
Teach autovacuum about multixact member wraparound.
Robert Haas
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-07
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-07
Improve BRIN infra, minmax opclass and regression test
Alvaro Herrera
2015-05-06
Avoid using a C++ keyword as a structure member name.
Robert Haas
2015-05-05
Add geometry/range functions to support BRIN inclusion
Alvaro Herrera
2015-05-04
Improve procost estimates for some text search functions.
Tom Lane
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-01
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
Copy editing of the replication origins patch.
Andres Freund
2015-05-01
Fix unaligned memory access in xlog parsing due to replication origin patch.
Andres Freund
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-27
Improve qual pushdown for RLS and SB views
Stephen Frost
2015-04-26
Fix various typos and grammar errors in comments.
Andres Freund
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-25
Perform RLS WITH CHECK before constraints, etc
Stephen Frost
2015-04-24
Move functions related to index maintenance to separate source file.
Heikki Linnakangas
2015-04-22
RLS fixes, new hooks, and new test module
Stephen Frost
2015-04-22
Rename pg_replication_slot's new active_in to active_pid.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-04-18
pg_upgrade: binary_upgrade_create_empty_extension() is strict
Bruce Momjian
2015-04-14
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
Oops, fix misspelled #endif
Heikki Linnakangas
2015-04-14
Use Intel SSE 4.2 CRC instructions where available.
Heikki Linnakangas
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-04-12
Add system view pg_stat_ssl
Magnus Hagander
2015-04-10
Optimize locking a tuple already locked by another subxact
Alvaro Herrera
2015-04-06
pg_event_trigger_dropped_objects: add is_temp column
Alvaro Herrera
2015-04-03
Add log_min_autovacuum_duration per-table option
Alvaro Herrera
2015-04-03
Add palloc_extended for frontend and backend.
Fujii Masao
2015-04-02
Use abbreviated keys for faster sorting of numeric datums.
Robert Haas
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-04-02
Revert "psql: fix \connect with URIs and conninfo strings"
Robert Haas
2015-04-01
psql: fix \connect with URIs and conninfo strings
Alvaro Herrera
2015-04-01
Move inet/cidr GiST opclass functions to correct place in header file.
Heikki Linnakangas
2015-03-30
Run pg_upgrade and pg_resetxlog with restricted token on Windows
Andrew Dunstan
2015-03-30
Change array_offset to return subscripts, not offsets
Alvaro Herrera
2015-03-30
Add index-only scan support to range type GiST opclass.
Heikki Linnakangas
2015-03-28
Add index-only scan support to inet GiST opclass.
Heikki Linnakangas
2015-03-26
Fix GiST index-only scans for opclasses with different storage type.
Heikki Linnakangas
[next]