]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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.
2012-09-27  Tom LaneAdd new EVENT keyword to unreserved_keyword production.
2012-09-25  Tom LaneFix examples of how to use "su" while starting the...
2012-09-24  Heikki LinnakangasAdd support for include_dir in config file.
2012-09-24  Tom LanePrevent emitting "ALTER VIEW foo SET ()".
2012-09-23  Alvaro HerreraRELEASE_NOTES: Fix typo
2012-09-23  Peter EisentrautUpdate translation updates instructions
2012-09-22  Tom LaneMinor corrections for ALTER TYPE ADD VALUE IF NOT EXIST...
2012-09-22  Andrew DunstanFix docs typo
2012-09-22  Andrew DunstanAllow IF NOT EXISTS when add a new enum label.
2012-09-21  Tom LaneImprove ruleutils.c's heuristics for dealing with range...
2012-09-21  Heikki LinnakangasParse pg_ident.conf when it's loaded, keeping it in...
2012-09-21  Heikki LinnakangasFix obsolete comment.
2012-09-20  Alvaro HerreraRemove execdesc.h inclusion from tcopprot.h
2012-09-19  Tom LaneUpdate release notes for 9.2.1, 9.1.6, 9.0.10, 8.4...
2012-09-19  Tom LanePut back AcceptInvalidationMessages calls in heap_openr...
2012-09-19  Tom LaneUpdate time zone data files to tzdata release 2012f.
2012-09-19  Peter Eisentrautpg_upgrade: Remove check for pg_config
2012-09-18  Tom LaneFix planning of btree index scans using ScalarArrayOpEx...
2012-09-18  Tom LaneFix array_typanalyze to work for domains over arrays.
2012-09-18  Peter Eisentrautlibpq: Add missing directory to installdirs target
2012-09-17  Tom LaneProvide adequate documentation of the "table_name ...
next