]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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 ...
2012-09-17  Peter EisentrautPL/Python: Improve Python 3 regression test setup
2012-09-16  Tom LaneRethink heuristics for choosing index quals for paramet...
2012-09-16  Simon RiggsFix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as...
2012-09-16  Kevin GrittnerFix documentation reference to maximum allowed for...
2012-09-15  Tom LaneAdjust largeobject_1.source per buildfarm.
2012-09-15  Peter Eisentrautpsql: Add more constraint completion
2012-09-14  Tom LaneImprove largeobject regression test to show size of...
2012-09-14  Tom LaneAdd a regression test case based on bug #7516.
2012-09-14  Robert HaasProperly set relpersistence for fake relcache entries.
2012-09-13  Tom LaneKeep plperl's current_call_data record on the stack...
2012-09-13  Tom LaneFix case of window function + aggregate + GROUP BY...
2012-09-13  Kevin GrittnerFix typo in comment for pclose_check() function.
2012-09-12  Tom LaneFix a couple other leftover uses of 'conisonly' termino...
2012-09-12  Andrew DunstanFix catalog docs to reflect connoinherit change in...
2012-09-12  Tom LaneFix logical errors in tsquery selectivity estimation...
2012-09-12  Kevin GrittnerFix typo: lexemes misspelled in full text search docs.
2012-09-10  Andrew DunstanAdd vcregress.pl target for checking pg_upgrade.
2012-09-10  Tom LaneMake plperl safe against functions that are redefined...
2012-09-09  Tom LaneUse .NOTPARALLEL in ecpg/Makefile to avoid a gmake...
2012-09-08  Tom LaneAdjust PL/Python regression tests some more for Python...
2012-09-07  Tom LaneCentralize libpq's low-level code for dropping a connec...
2012-09-06  Robert HaasUpdate syntax shown for \copy to match new syntax for...
2012-09-06  Robert HaasFix "too many arguments" messages not to index off...
2012-09-06  Tom LaneAllow embedded spaces without quoting in unix_socket_di...
2012-09-06  Tom LaneFix typo in information_schema documentation.
next