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
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
Comment fixes.
Robert Haas
2012-08-28
Split heapam_xlog.h from heapam.h
Alvaro Herrera
2012-08-28
Split resowner.h
Alvaro Herrera
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-10
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
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-20
Make new event trigger facility actually do something.
Robert Haas
2012-07-18
Syntax support and documentation for event triggers.
Robert Haas
2012-07-16
Avoid pre-determining index names during CREATE TABLE LIKE parsing.
Tom Lane
2012-07-12
Skip text->binary conversion of unnecessary columns in contrib/file_fdw.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
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-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2012-06-21
Repair comment mangled by a pgindent run long ago
Alvaro Herrera
2012-06-20
Improve tests for whether we can skip queueing RI enforcement triggers.
Tom Lane
2012-06-18
Refer to the default foreign key match style as MATCH SIMPLE internally.
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-14
Remove RELKIND_UNCATALOGED.
Robert Haas
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
2012-04-27
Prevent index-only scans from returning wrong answers under Hot Standby.
Robert Haas
2012-04-24
Casts to or from a domain type are ignored; warn and document.
Robert Haas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-04-24
Rearrange lazy_scan_heap to avoid visibility map race conditions.
Robert Haas
2012-04-21
Recast "ONLY" column CHECK constraints as NO INHERIT
Alvaro Herrera
2012-04-18
After PageSetAllVisible, use MarkBufferDirty.
Robert Haas
2012-04-13
Consistently quote encoding and locale names in messages
Peter Eisentraut
2012-04-13
Fix typo in comment.
Robert Haas
2012-04-13
Update lazy_scan_heap header comment.
Robert Haas
2012-04-06
Dept of second thoughts: improve the API for AnalyzeForeignTable.
Tom Lane
2012-04-06
Allow statistics to be collected for foreign tables.
Tom Lane
2012-04-06
Add DROP INDEX CONCURRENTLY [IF EXISTS], uses ShareUpdateExclusiveLock
Simon Riggs
2012-04-03
Add support for renaming domain constraints
Peter Eisentraut
2012-03-27
New GUC, track_iotiming, to track I/O timings.
Robert Haas
[next]