]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2012-10-21  Kevin GrittnerCorrect predicate locking for DROP INDEX CONCURRENTLY.
2012-10-20  Tom LaneFix pg_dump's handling of DROP DATABASE commands in...
2012-10-20  Tom LanePrevent overflow in pgbench's percent-done display.
2012-10-19  Tom LaneFix UtilityContainsQuery() to handle CREATE TABLE AS...
2012-10-19  Tom LaneFix hash_search to avoid corruption of the hash table...
2012-10-19  Tom LaneFix ruleutils to print "INSERT INTO foo DEFAULT VALUES...
2012-10-19  Simon RiggsFix orphan on cancel of drop index concurrently.
2012-10-18  Tom LaneFurther cleanup of catcache.c ilist changes.
2012-10-18  Tom LaneRemove unnecessary "head" arguments from some dlist...
2012-10-18  Tom LaneCode review for inline-list patch.
2012-10-18  Andrew DunstanUse a more portable platform test.
2012-10-18  Heikki LinnakangasFurther tweaking of the readfile() function in pg_ctl.
2012-10-18  Simon RiggsIsolation test for DROP INDEX CONCURRENTLY
2012-10-18  Simon RiggsRe-think guts of DROP INDEX CONCURRENTLY.
2012-10-18  Tom LaneFix planning of non-strict equivalence clauses above...
2012-10-18  Alvaro Herrerapg_dump: Output functions deterministically sorted
2012-10-18  Simon RiggsRevert tests for drop index concurrently.
2012-10-18  Simon RiggsAdd isolation tests for DROP INDEX CONCURRENTLY.
2012-10-17  Tom LaneClose un-owned SMgrRelations at transaction end.
2012-10-17  Tom LaneRevert "Use "transient" files for blind writes, take 2".
2012-10-17  Alvaro HerreraEmbedded list interface
2012-10-17  Simon RiggsFix typo in previous commit
2012-10-17  Simon RiggsClarify hash index caution and copy to CREATE INDEX...
2012-10-16  Bruce MomjianWhen outputting the session id in log_line_prefix ...
2012-10-15  Tom Lanealter_generic regression test cannot run concurrently...
2012-10-15  Heikki LinnakangasFix typo in comment.
2012-10-15  Heikki LinnakangasRemove comment that is no longer true.
2012-10-15  Heikki LinnakangasFix race condition in pg_ctl reading postmaster.pid.
2012-10-15  Tom LaneSplit up process latch initialization for more-fail...
2012-10-12  Tom LaneFix oversight in new code for printing rangetable aliases.
2012-10-12  Bruce MomjianIn our source code, make a copy of getopt's 'optarg...
2012-10-12  Tom LaneGet rid of COERCE_DONTCARE.
2012-10-12  Tom LaneFix unportable format string.
2012-10-12  Tom LaneMake equal() ignore CoercionForm fields for better...
2012-10-11  Andrew DunstanUnbreak MSVC builds after recent Makefile refactoring.
2012-10-11  Tom LaneFix cross-type case in partial row matching for hashed...
2012-10-11  Heikki LinnakangasImprove replication connection timeouts.
2012-10-11  Peter EisentrautRefactor flex and bison make rules
2012-10-11  Peter EisentrautRemove _FORTIFY_SOURCE
2012-10-11  Tom LaneRemove configure-option-dependent test cases from dblin...
2012-10-10  Tom LaneUpdate obsolete comment.
2012-10-10  Tom LaneCreate an improved FDW option validator function for...
2012-10-10  Tom LaneUpdate obsolete text in fdwhandler.sgml.
2012-10-10  Bruce MomjianIn pg_upgrade, issue proper error message when we can...
2012-10-10  Tom LaneSet procost to 10 for each of the pg_foo_is_visible...
2012-10-10  Tom LaneFix PGXS support for building loadable modules on AIX.
2012-10-09  Tom LaneRemove unnecessary overhead in backend's large-object...
2012-10-09  Heikki LinnakangasFix silly bug in previous refactoring.
2012-10-09  Heikki LinnakangasPut the logic to wait for WAL in standby mode to a...
2012-10-09  Alvaro Herrerarestore permission bits
2012-10-09  Alvaro HerreraRename USE_INLINE to PG_USE_INLINE
2012-10-09  Heikki LinnakangasRemove stray newline in comment.
2012-10-09  Simon RiggsUse tablespace_option consistently on doc page
2012-10-09  Simon RiggsAdd microsecs/op display to pg_test_fsync utility
2012-10-09  Tom LaneFix lo_import and lo_export to return useful error...
2012-10-09  Tom LaneFix lo_export usage in example programs.
2012-10-09  Tom LaneFix lo_read, lo_write, lo_truncate to cope with "size_t...
2012-10-09  Peter EisentrautRemove generation of repl_gram.h
2012-10-08  Tom LaneCode review for 64-bit-large-object patch.
2012-10-08  Alvaro HerreraFix thinko in previous commit
2012-10-08  Alvaro HerreraAdd support for easily declaring static inline functions
2012-10-08  Robert HaasAdd #define for UUIDOID.
2012-10-08  Heikki LinnakangasSay ANALYZE, not VACUUM, in error message on analyze...
2012-10-08  Heikki LinnakangasFix walsender handling of postmaster shutdown, to not...
2012-10-08  Tom LaneAutoconfiscate selection of 64-bit int type for 64...
2012-10-07  Andrew DunstanFix typo in previous MSC commit.
2012-10-07  Tom LaneImprove documentation about large-object functions.
2012-10-07  Andrew DunstanQuiet a few MSC compiler warnings.
2012-10-07  Tatsuo IshiiFix compiling errors on Windows platform. Fix wrong...
2012-10-07  Tatsuo IshiiBump up catalog vesion due to 64-bit large object API...
2012-10-06  Tatsuo IshiiAdd API for 64-bit large object access. Now users...
2012-10-06  Peter EisentrautImprove LDAP authentication documentation
2012-10-05  Michael MeskesRemoved sentence about not being able to retrieve more...
2012-10-05  Michael MeskesFixed test for array boundary.
2012-10-05  Heikki LinnakangasUse the regular main processing loop also in walsenders.
2012-10-05  Tom Lanegetnameinfo_unix has to be taught not to insist on...
2012-10-05  Peter EisentrautPL/pgSQL: rename gram.y to pl_gram.y
2012-10-05  Peter EisentrautRemove redundant code for getnameinfo() replacement
2012-10-04  Tom LaneMake CREATE AGGREGATE complain if the initcond is inval...
2012-10-04  Tom LaneFix parse location tracking for lists that can be empty.
2012-10-04  Tom LaneFix permissions explanations in CREATE DATABASE and...
2012-10-04  Heikki LinnakangasFix typo in comment, and reword it slightly while we...
2012-10-03  Tom LaneSupport CREATE SCHEMA IF NOT EXISTS.
2012-10-03  Alvaro Herrerarefactor ALTER some-obj SET OWNER implementation
2012-10-03  Tom LaneAvoid planner crash/Assert failure with joins to unflat...
2012-10-03  Alvaro HerreraREASSIGN OWNED: consider grants on tablespaces, too
2012-10-03  Heikki LinnakangasAdd --sampling-rate option to pgbench.
2012-10-03  Heikki LinnakangasReturn the number of rows processed when COPY is execut...
2012-10-03  Heikki LinnakangasFix two bugs introduced in the xlog.c split.
2012-10-03  Peter EisentrautImprove some LDAP authentication error messages
2012-10-03  Bruce MomjianIn pg_upgrade, use full path name for analyze_new_clust...
2012-10-02  Tom LaneWork around unportable behavior of malloc(0) and reallo...
2012-10-02  Alvaro HerreraRefactor "ALTER some-obj SET SCHEMA" implementation
2012-10-02  Tom LaneStandardize naming of malloc/realloc/strdup wrapper...
2012-10-02  Heikki LinnakangasFix typo in previous warning-silencing patch.
2012-10-02  Bruce MomjianIn pg_upgrade, improve error reporting when the number...
2012-10-02  Bruce MomjianAdjust pg_upgrade query so toast tables related to...
2012-10-02  Bruce MomjianIn pg_upgrade, try to convert the locale names to canon...
2012-10-02  Heikki LinnakangasSilence compiler warning about pointer type mismatch...
2012-10-02  Andrew DunstanAllow a few seconds for Windows to catch up with a...
next