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
/
commands
Age
Commit message (
Expand
)
Author
2016-11-04
Implement syntax for transition tables in AFTER triggers.
Kevin Grittner
2016-10-26
Fix incorrect trigger-property updating in ALTER CONSTRAINT.
Tom Lane
2016-10-20
Fix EXPLAIN so that it doesn't emit invalid XML in corner cases.
Tom Lane
2016-10-11
Drop server support for FE/BE protocol version 1.0.
Tom Lane
2016-10-10
Remove some unnecessary #includes.
Heikki Linnakangas
2016-10-08
Fix two bugs in merging of inherited CHECK constraints.
Tom Lane
2016-10-03
Fix RLS with COPY (col1, col2) FROM tab
Stephen Frost
2016-09-28
Remove dead line of code
Peter Eisentraut
2016-09-28
Turn password_encryption GUC into an enum.
Heikki Linnakangas
2016-09-15
Clarify policy on marking inherited constraints as valid.
Robert Haas
2016-09-13
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-11
Allow CREATE EXTENSION to follow extension update paths.
Tom Lane
2016-09-07
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
Add a HINT for client-vs-server COPY failure cases.
Tom Lane
2016-09-06
Add location field to DefElem
Peter Eisentraut
2016-09-06
Fix VACUUM_TRUNCATE_LOCK_WAIT_INTERVAL
Simon Riggs
2016-09-05
Cosmetic code cleanup in commands/extension.c.
Tom Lane
2016-09-05
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-02
Move code shared between libpq and backend from backend/libpq/ to common/.
Heikki Linnakangas
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-15
Final pgindent + perltidy run for 9.6.
Tom Lane
2016-08-13
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-12
Fix inappropriate printing of never-measured times in EXPLAIN.
Tom Lane
2016-08-07
Fix misestimation of n_distinct for a nearly-unique column with many nulls.
Tom Lane
2016-08-07
Fix TOAST access failure in RETURNING queries.
Tom Lane
2016-07-26
Message style improvements
Peter Eisentraut
2016-07-19
Add comment & docs about no vacuum truncation with sto.
Kevin Grittner
2016-07-18
Clear all-frozen visibilitymap status when locking tuples.
Andres Freund
2016-07-11
Print a given subplan only once in EXPLAIN.
Tom Lane
2016-06-30
Fix several mistakes around parallel workers and client_encoding.
Robert Haas
2016-06-29
Fix some infelicities in EXPLAIN output for parallel query plans.
Tom Lane
2016-06-27
Fix CREATE MATVIEW/CREATE TABLE AS ... WITH NO DATA to not plan the query.
Tom Lane
2016-06-26
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-22
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-17
Add VACUUM (DISABLE_PAGE_SKIPPING) for emergencies.
Robert Haas
2016-06-15
Fix lazy_scan_heap so that it won't mark pages all-frozen too soon.
Robert Haas
2016-06-09
pgindent run for 9.6
Robert Haas
2016-06-07
Message style and wording fixes
Peter Eisentraut
2016-06-06
Don't reset changes_since_analyze after a selective-columns ANALYZE.
Tom Lane
2016-06-06
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-03
Fix comment to be more accurate.
Robert Haas
2016-06-03
Fix various common mispellings.
Greg Stark
2016-06-03
Cosmetic improvements to freeze map code.
Robert Haas
2016-05-27
Fix DROP ACCESS METHOD IF EXISTS.
Tom Lane
2016-05-24
Fetch XIDs atomically during vac_truncate_clog().
Tom Lane
2016-05-24
Avoid consuming an XID during vac_truncate_clog().
Tom Lane
2016-05-06
Remove various special checks around default roles
Stephen Frost
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-16
Disallow creation of indexes on system columns (except for OID).
Tom Lane
2016-04-15
Fix possible crash in ALTER TABLE ... REPLICA IDENTITY USING INDEX.
Tom Lane
[next]