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
/
backend
Age
Commit message (
Expand
)
Author
2015-03-24
Add support for ALTER TABLE IF EXISTS ... RENAME CONSTRAINT
Bruce Momjian
2015-03-24
Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.
Tom Lane
2015-03-23
Apply table and domain CHECK constraints in name order.
Tom Lane
2015-03-23
Don't delay replication for less than recovery_min_apply_delay's resolution.
Andres Freund
2015-03-23
Fix copy & paste error in 4f1b890b137.
Andres Freund
2015-03-23
Remove ill-advised pre-check for DSM segment exhaustion.
Robert Haas
2015-03-23
to_char: revert cc0d90b73b2e6dd2f301d46818a7265742c41a14
Bruce Momjian
2015-03-22
Fix minor copy & pasto in the int128 accumulator patch.
Andres Freund
2015-03-22
Allow foreign tables to participate in inheritance.
Tom Lane
2015-03-22
Add TOAST table to pg_shseclabel for long label use
Bruce Momjian
2015-03-22
Use mmap MAP_NOSYNC option to limit shared memory writes
Bruce Momjian
2015-03-22
to_char(float4/8): zero pad to specified length
Bruce Momjian
2015-03-20
C comment: update lock level mention in comment
Bruce Momjian
2015-03-20
Use 128-bit math to accelerate some aggregation functions.
Andres Freund
2015-03-20
Fix whitespace
Peter Eisentraut
2015-03-19
GetUserId() changes to has_privs_of_role()
Stephen Frost
2015-03-19
Add flags argument to dsm_create.
Robert Haas
2015-03-19
Fix status reporting for terminated bgworkers that were never started.
Robert Haas
2015-03-18
array_offset() and array_offsets()
Alvaro Herrera
2015-03-18
Setup cursor position for schema-qualified elements
Alvaro Herrera
2015-03-18
Rationalize vacuuming options and parameters
Alvaro Herrera
2015-03-17
Fix out-of-array-bounds compiler warning
Alvaro Herrera
2015-03-16
Support opfamily members in get_object_address
Alvaro Herrera
2015-03-15
Improve representation of PlanRowMark.
Tom Lane
2015-03-15
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
Increase max_wal_size's default from 128MB to 1GB.
Andres Freund
2015-03-15
Remove pause_at_recovery_target recovery.conf setting.
Andres Freund
2015-03-15
Suppress maybe-uninitialized compiler warnings.
Fujii Masao
2015-03-13
Fix integer overflow in debug message of walreceiver
Tatsuo Ishii
2015-03-12
Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.
Tom Lane
2015-03-12
Fix memory leaks in GIN index vacuum.
Heikki Linnakangas
2015-03-12
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2015-03-12
Fix old bug in get_loop_count().
Tom Lane
2015-03-12
Improve planner's cost estimation in the presence of semijoins.
Tom Lane
2015-03-11
Support default ACLs in get_object_address
Alvaro Herrera
2015-03-11
Support user mappings in get_object_address
Alvaro Herrera
2015-03-11
Require non-NULL pstate for all addRangeTableEntryFor* functions.
Robert Haas
2015-03-11
Make operator precedence follow the SQL standard more closely.
Tom Lane
2015-03-11
Suggest to the user the column they may have meant to reference.
Robert Haas
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-03-11
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-10
Move BRIN page type to page's last two bytes
Alvaro Herrera
2015-03-10
Allow named parameters to be specified using => in addition to :=
Robert Haas
2015-03-09
Keep CommitTs module in sync in standby and master
Alvaro Herrera
2015-03-09
Fix crasher bugs in previous commit
Alvaro Herrera
2015-03-09
Allow CURRENT/SESSION_USER to be used in certain commands
Alvaro Herrera
2015-03-09
Fix handling of sortKeys field in Tuplesortstate.
Robert Haas
2015-03-09
Move WAL-related definitions from dbcommands.h to separate header file.
Heikki Linnakangas
2015-03-09
Add missing "goto err" statements in xlogreader.c.
Fujii Masao
2015-03-08
Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM.
Tom Lane
[next]