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
2013-11-27
Don't update relfrozenxid if any pages were skipped.
Heikki Linnakangas
2013-11-18
Count locked pages that don't need vacuuming as scanned.
Heikki Linnakangas
2013-11-08
Fix subtly-wrong volatility checking in BeginCopyFrom().
Tom Lane
2013-11-01
Fix some odd behaviors when using a SQL-style simple GMT offset timezone.
Tom Lane
2013-10-23
Fix two bugs in setting the vm bit of empty pages.
Heikki Linnakangas
2013-09-26
Fix spurious warning after vacuuming a page on a table with no indexes.
Heikki Linnakangas
2013-07-30
Restore REINDEX constraint validation.
Noah Misch
2013-06-13
Only install a portal's ResourceOwner if it actually has one.
Tom Lane
2013-06-06
Ensure that XLOG_HEAP2_VISIBLE always targets an initialized page.
Robert Haas
2013-06-04
Provide better message when CREATE EXTENSION can't find a target schema.
Tom Lane
2013-05-23
Print line number correctly in COPY.
Heikki Linnakangas
2013-04-29
Ensure ANALYZE phase is not skipped because of canceled truncate.
Kevin Grittner
2013-04-25
Avoid deadlock between concurrent CREATE INDEX CONCURRENTLY commands.
Tom Lane
2013-02-24
Correct tense in log message
Peter Eisentraut
2013-02-13
Fix bogus when-to-deregister-from-listener-array logic.
Tom Lane
2013-02-01
Fix typo in freeze_table_age implementation
Alvaro Herrera
2013-01-23
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2013-01-18
Protect against SnapshotNow race conditions in pg_tablespace scans.
Tom Lane
2012-12-20
Fix pg_extension_config_dump() to handle update cases more sanely.
Tom Lane
2012-12-18
Fix failure to ignore leftover temp tables after a server crash.
Tom Lane
2012-12-03
Avoid holding vmbuffer pin after VACUUM.
Simon Riggs
2012-11-30
Add missing buffer lock acquisition in GetTupleForTrigger().
Tom Lane
2012-11-29
Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.
Tom Lane
2012-11-26
Revert patch for taking fewer snapshots.
Tom Lane
2012-11-08
Don't trash input list structure in does_not_exist_skipping().
Tom Lane
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-10-31
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-09-12
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-08-24
Fix issues with checks for unsupported transaction states in Hot Standby.
Tom Lane
2012-08-15
Disallow extensions from owning the schema they are assigned to.
Tom Lane
2012-08-11
Fix dependencies generated during ALTER TABLE ADD CONSTRAINT USING INDEX.
Tom Lane
2012-08-08
Fix typo in comment
Alvaro Herrera
2012-07-25
Fix longstanding crash-safety bug with newly-created-or-reset sequences.
Tom Lane
2012-07-24
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-20
connoinherit may be true only for CHECK constraints
Alvaro Herrera
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-03
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-06-30
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-29
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-15
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-14
Add more message pluralization
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-07
Fix more crash-safe visibility map bugs, and improve comments.
Robert Haas
2012-05-31
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-16
Improve error message for ALTER COLUMN TYPE coercion failure.
Tom Lane
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-13
Fix DROP TABLESPACE to unlink symlink when directory is not there.
Tom Lane
2012-05-11
Prevent loss of init fork when truncating an unlogged table.
Robert Haas
2012-05-07
Make "unexpected EOF" messages DEBUG1 unless in an open transaction
Magnus Hagander
2012-04-29
Rename I/O timing statistics columns to blk_read_time and blk_write_time.
Tom Lane
[next]