]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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...
2012-10-02  Heikki LinnakangasAdd #includes needed on some platforms in the new files.
2012-10-02  Heikki LinnakangasSplit off functions related to timeline history files...
2012-10-02  Heikki LinnakangasFix access past end of string in date parsing.
2012-10-01  Bruce MomjianAdd C comment that IsBackendPid() is called by external...
2012-10-01  Alvaro HerreraRemove collations from generic ALTER test
2012-10-01  Heikki LinnakangasThe max shared_buffers value that initdb will choose...
2012-10-01  Tom LaneProvide some static-assertion functionality on all...
2012-09-30  Tom LaneAdd infrastructure for compile-time assertions about...
2012-09-30  Peter Eisentrautpsql: Mark table headers in \drds output for translation
2012-09-30  Peter EisentrautDisable _FORTIFY_SOURCE with ICC
2012-09-29  Tom LaneFix bugs in "restore.sql" script emitted in pg_dump...
2012-09-29  Peter EisentrautAdd _FORTIFY_SOURCE to default compiler options for...
2012-09-29  Peter EisentrautPL/Python: Remove workaround for returning booleans...
2012-09-29  Peter EisentrautPL/Python: Convert oid to long/int
2012-09-29  Alvaro HerreraAdd alternative expected output for alter_generic
2012-09-28  Andrew DunstanRemove checks for now long outdated compilers.
2012-09-28  Alvaro HerreraAdd alter_generic regression test
2012-09-28  Tom LaneFix tar files emitted by pg_dump and pg_basebackup...
2012-09-28  Peter EisentrautProduce textual error messages for LDAP issues instead...
2012-09-27  Tom LaneFix btmarkpos/btrestrpos to handle array keys.
2012-09-27  Alvaro HerreraHave pg_terminate/cancel_backend not ERROR on non-exist...
2012-09-27  Tom LaneRun check_keywords.pl anytime gram.c is rebuilt.
2012-09-27  Peter Eisentrautpg_upgrade test: Disable fsync in initdb and postgres...
2012-09-27  Tom LaneMake plpgsql's unreserved keywords more unreserved.
next