]> granicus.if.org Git - postgresql/shortlog
postgresql
2012-01-19 Magnus HaganderSeparate state from query string in pg_stat_activity
2012-01-19 Heikki LinnakangasMake pg_relation_size() and friends return NULL if...
2012-01-18 Peter EisentrautPL/Python: Update example
2012-01-18 Heikki LinnakangasFix corner case in cleanup of transactions using SSI.
2012-01-18 Magnus HaganderShow psql timing output for failed queries as well...
2012-01-18 Magnus HaganderFix warning about unused variable
2012-01-18 Robert HaasRegression tests for security_barrier views.
2012-01-18 Robert HaasCatch fatal flex errors in the GUC file lexer.
2012-01-17 Robert Haasfastgetattr is in access/htup.h, not access/heapam.h
2012-01-16 Alvaro HerreraDisallow merging ONLY constraints in children tables
2012-01-16 Peter Eisentrautpsql: Fix memory leak
2012-01-16 Robert HaasPrevent adding relations to a concurrently dropped...
2012-01-15 Andrew DunstanImprove efficiency of recent changes to plperl's sv2cstr().
2012-01-15 Heikki LinnakangasFix poll() implementation of WaitLatchOrSocket to notic...
2012-01-15 Magnus HaganderAllow a user to kill his own queries using pg_cancel_ba...
2012-01-15 Peter Eisentrautpgcrypto: Remove inappropriate const qualifier
2012-01-14 Alvaro HerreraDetect invalid permutations in isolationtester
2012-01-14 Alvaro HerreraAvoid NULL pointer dereference in isolationtester
2012-01-14 Heikki LinnakangasMake superuser imply replication privilege. The idea...
2012-01-14 Peter Eisentrautinitdb: Remove support for crypt authentication method
2012-01-13 Robert HaasFix broken logic in lazy_vacuum_heap.
2012-01-13 Robert HaasTypo fix.
2012-01-13 Simon RiggsCorrectly initialise shared recoveryLastRecPtr in recovery.
2012-01-13 Simon RiggsMinor but necessary improvements to WAL keepalives
2012-01-12 Tom LaneFix CLUSTER/VACUUM FULL for toast values owned by recen...
2012-01-12 Tom LaneTweak duplicate-index-column regression test to avoid...
2012-01-11 Alvaro HerreraValidate number of steps specified in permutation
2012-01-11 Heikki LinnakangasRemove useless 'needlock' argument from GetXLogInsertRe...
2012-01-11 Heikki LinnakangasRefactor XLogInsert a bit. The rdata entries for backup...
2012-01-10 Peter EisentrautFix typos
2012-01-10 Peter EisentrautSupport CREATE TABLE (LIKE ...) with foreign tables...
2012-01-10 Peter Eisentrautpg_dump: Dump foreign options in sorted order
2012-01-10 Tom LaneFix one-byte buffer overrun in contrib/test_parser.
2012-01-09 Peter EisentrautAdd compatibility note about grant options on GRANT...
2012-01-09 Robert HaasFix pathname in pgindent README.
2012-01-09 Magnus HaganderAdd .gitignore file for entab
2012-01-09 Magnus HaganderFix comment language
2012-01-09 Magnus HaganderFix pg_basebackup for keepalive messages
2012-01-07 Peter EisentrautRename the internal structures of the CREATE TABLE...
2012-01-07 Tom LaneUse __sync_lock_test_and_set() for spinlocks on ARM...
2012-01-07 Robert HaasSlightly reorganize struct SnapshotData.
2012-01-07 Robert HaasFix backwards logic in previous commit.
2012-01-07 Robert HaasImprove behavior of concurrent ALTER TABLE, and do...
2012-01-06 Robert HaasMake the number of CLOG buffers adaptive, based on...
2012-01-06 Tom LaneFix typo, pg_types_date.h => pgtypes_date.h.
2012-01-06 Tom LaneFix pg_restore's direct-to-database mode for INSERT...
2012-01-06 Robert HaasFix variable confusion in BufferSync().
2012-01-05 Andrew DunstanFix breakage from earlier plperl fix.
2012-01-05 Peter Eisentrautpg_dump: Dump foreign options in prettier format
2012-01-05 Peter Eisentrautpg_dump: Dump operators with the same name ordered...
2012-01-05 Peter EisentrautImprove ALTER DOMAIN / DROP CONSTRAINT with nonexistent...
2012-01-05 Andrew DunstanWork around perl bug in SvPVutf8().
2012-01-05 Michael MeskesEcpglib stores variables that are used in DECLARE state...
2012-01-04 Tom LaneMake executor's SELECT INTO code save and restore origi...
2012-01-04 Michael MeskesMade code in ecpg better readable.
2012-01-03 Andrew DunstanSuggest use of psql when pg_restore gets a text dump.
2012-01-03 Tom LaneUse a non-locking initial test in TAS_SPIN on PPC.
2012-01-03 Andrew DunstanSupport for building with MS Visual Studio 2010.
2012-01-02 Peter EisentrautAnother fix for pg_regress: Replace exit_nicely() with...
2012-01-02 Peter Eisentrautpg_regress: Replace exit_nicely() with exit() plus...
2012-01-02 Tom LaneFix coerce_to_target_type for coerce_type's klugy handl...
2012-01-02 Bruce MomjianAdd comment about skipping binary files for copyright...
2012-01-02 Tom LaneUse LWSYNC in place of SYNC/ISYNC in PPC spinlocks...
2012-01-02 Tom LaneUse 4-byte slock_t on both PPC and PPC64.
2012-01-02 Tom LaneUse mutex hint bit in PPC LWARX instructions, where...
2012-01-02 Bruce MomjianUpdate copyright git skip comment.
2012-01-02 Bruce MomjianSkip any .git directory for copyright changes, not...
2012-01-02 Bruce MomjianRevert binary change in copyright year adjustment.
2012-01-02 Bruce MomjianRevert binary change in copyright year adjustment.
2012-01-02 Bruce MomjianSkip 'ico' and 'bin' extensions in copyright changes.
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2012-01-01 Bruce MomjianDon't use tabs in Perl scripts, for consistency.
2012-01-01 Bruce MomjianFix Perl copyright script to skip .git subdirectory...
2011-12-31 Simon RiggsSend new protocol keepalive messages to standby servers.
2011-12-30 Tom LaneRevert "Remove troublesome Asserts in cost_mergejoin()."
2011-12-30 Bruce MomjianModify tools/pgtest to run the 'make' command from...
2011-12-29 Tom LaneAdjust SP-GiST regression tests to be less locale-sensi...
2011-12-29 Peter EisentrautPL/Python: Add argument names to function declarations
2011-12-29 Peter Eisentrautpg_dump: Dump user mappings ordered by user name
2011-12-28 Peter EisentrautIndicate default format in --help output of pg_dump...
2011-12-27 Peter EisentrautStandardize treatment of strcmp() return value
2011-12-27 Peter EisentrautRemove support for on_exit()
2011-12-27 Peter EisentrautRun "make all" as a prerequisite of "make check"
2011-12-27 Peter EisentrautSort compendium lists for msgmerge
2011-12-27 Peter EisentrautSort file list when creating gettext-files
2011-12-26 Alvaro HerreraMinor enhancements to MVCC chapter
2011-12-25 Tom LaneRethink representation of index clauses' mapping to...
2011-12-23 Tom LaneImprove planner's handling of duplicated index column...
2011-12-23 Robert HaasAdd bytea_agg, parallel to string_agg.
2011-12-22 Robert HaasTypo fixes.
2011-12-22 Robert HaasCatversion bump for commit 0e4611c0234d89e288a53351f775...
2011-12-22 Robert HaasAdd a security_barrier option for views.
2011-12-22 Peter EisentrautAdd ALTER DOMAIN ... RENAME
2011-12-22 Robert HaasDon't forget to de-escape the password field in .pgpass.
2011-12-21 Tom LaneUpdate per-column ACLs, not only per-table ACL, when...
2011-12-21 Robert HaasImprove behavior of concurrent CLUSTER.
2011-12-21 Robert HaasTake fewer snapshots.
2011-12-21 Robert Haassepgsql: Check CREATE permissions for some object types.
2011-12-21 Robert HaasShave a few cycles in string_agg().
2011-12-21 Tom LaneFix gincostestimate to handle ScalarArrayOpExpr reasonably.
next