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
Age
Commit message (
Expand
)
Author
2012-01-19
Make pg_relation_size() and friends return NULL if the object doesn't exist.
Heikki Linnakangas
2012-01-18
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-18
Show psql timing output for failed queries as well as successful ones
Magnus Hagander
2012-01-18
Fix warning about unused variable
Magnus Hagander
2012-01-18
Regression tests for security_barrier views.
Robert Haas
2012-01-18
Catch fatal flex errors in the GUC file lexer.
Robert Haas
2012-01-17
fastgetattr is in access/htup.h, not access/heapam.h
Robert Haas
2012-01-16
Disallow merging ONLY constraints in children tables
Alvaro Herrera
2012-01-16
psql: Fix memory leak
Peter Eisentraut
2012-01-16
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-15
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
Fix poll() implementation of WaitLatchOrSocket to notice postmaster death.
Heikki Linnakangas
2012-01-15
Allow a user to kill his own queries using pg_cancel_backend()
Magnus Hagander
2012-01-14
Detect invalid permutations in isolationtester
Alvaro Herrera
2012-01-14
Avoid NULL pointer dereference in isolationtester
Alvaro Herrera
2012-01-14
Make superuser imply replication privilege. The idea of a privilege that
Heikki Linnakangas
2012-01-14
initdb: Remove support for crypt authentication method
Peter Eisentraut
2012-01-13
Fix broken logic in lazy_vacuum_heap.
Robert Haas
2012-01-13
Typo fix.
Robert Haas
2012-01-13
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
2012-01-13
Minor but necessary improvements to WAL keepalives
Simon Riggs
2012-01-12
Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.
Tom Lane
2012-01-12
Tweak duplicate-index-column regression test to avoid locale sensitivity.
Tom Lane
2012-01-11
Validate number of steps specified in permutation
Alvaro Herrera
2012-01-11
Remove useless 'needlock' argument from GetXLogInsertRecPtr. It was always
Heikki Linnakangas
2012-01-11
Refactor XLogInsert a bit. The rdata entries for backup blocks are now
Heikki Linnakangas
2012-01-10
Fix typos
Peter Eisentraut
2012-01-10
Support CREATE TABLE (LIKE ...) with foreign tables and views
Peter Eisentraut
2012-01-10
pg_dump: Dump foreign options in sorted order
Peter Eisentraut
2012-01-09
Fix pathname in pgindent README.
Robert Haas
2012-01-09
Add .gitignore file for entab
Magnus Hagander
2012-01-09
Fix comment language
Magnus Hagander
2012-01-09
Fix pg_basebackup for keepalive messages
Magnus Hagander
2012-01-07
Rename the internal structures of the CREATE TABLE (LIKE ...) facility
Peter Eisentraut
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
Slightly reorganize struct SnapshotData.
Robert Haas
2012-01-07
Fix backwards logic in previous commit.
Robert Haas
2012-01-07
Improve behavior of concurrent ALTER TABLE, and do some refactoring.
Robert Haas
2012-01-06
Make the number of CLOG buffers adaptive, based on shared_buffers.
Robert Haas
2012-01-06
Fix pg_restore's direct-to-database mode for INSERT-style table data.
Tom Lane
2012-01-06
Fix variable confusion in BufferSync().
Robert Haas
2012-01-05
Fix breakage from earlier plperl fix.
Andrew Dunstan
2012-01-05
pg_dump: Dump foreign options in prettier format
Peter Eisentraut
2012-01-05
pg_dump: Dump operators with the same name ordered by arity
Peter Eisentraut
2012-01-05
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
Work around perl bug in SvPVutf8().
Andrew Dunstan
2012-01-05
Ecpglib stores variables that are used in DECLARE statements in a global list.
Michael Meskes
2012-01-04
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
Made code in ecpg better readable.
Michael Meskes
2012-01-03
Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan
[next]