index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
*
psql: Fix memory leak
Peter Eisentraut
2012-01-16
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
*
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-15
*
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-14
*
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-13
*
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-12
*
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-11
*
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-10
*
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-09
*
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-06
*
Fix backwards logic in previous commit.
Robert Haas
2012-01-06
*
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-06
*
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-05
*
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-04
*
Suggest use of psql when pg_restore gets a text dump.
Andrew Dunstan
2012-01-03
*
Use a non-locking initial test in TAS_SPIN on PPC.
Tom Lane
2012-01-03
*
Support for building with MS Visual Studio 2010.
Andrew Dunstan
2012-01-03
*
Another fix for pg_regress: Replace exit_nicely() with exit() plus
Peter Eisentraut
2012-01-02
*
pg_regress: Replace exit_nicely() with exit() plus atexit() hook
Peter Eisentraut
2012-01-02
*
Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.
Tom Lane
2012-01-02
*
Add comment about skipping binary files for copyright changes.
Bruce Momjian
2012-01-02
*
Use LWSYNC in place of SYNC/ISYNC in PPC spinlocks, where possible.
Tom Lane
2012-01-02
*
Use 4-byte slock_t on both PPC and PPC64.
Tom Lane
2012-01-02
[next]