]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2013-04-25  Tom LaneAvoid deadlock between concurrent CREATE INDEX CONCURRE...
2013-04-25  Heikki LinnakangasFix typo in comment.
2013-04-25  Peter Eisentrautpg_basebackup: Add missing newlines at end of lines
2013-04-25  Peter Eisentrautinitdb: Improve some messages
2013-04-25  Peter EisentrautPL/pgSQL doc: Add example for RETURN QUERY
2013-04-24  Heikki LinnakangasAdd missing #include.
2013-04-24  Kevin GrittnerFix assertion failure for REFRESH MATERIALIZED VIEW...
2013-04-24  Simon RiggsMake fast promotion the default promotion mode.
2013-04-24  Bruce Momjian9.3 release notes: adjustments per Alvaro
2013-04-23  Bruce Momjian9.3 release note updates from Dean Rasheed, Jov, Heikki...
2013-04-23  Heikki LinnakangasRemove prototype for cube(text) function that doesn...
2013-04-22  Bruce Momjian9.3 release notes: add diacritics
2013-04-22  Bruce Momjian9.3 release notes: adjustments per Alvaro and Robert
2013-04-22  Heikki LinnakangasMention in docs that you can create SP-GiST indexes...
2013-04-22  Bruce Momjian9.3 release notes: apply fixes suggested by Alvaro
2013-04-22  Bruce Momjian9.3 release notes: update streaming replication speedups
2013-04-22  Peter Eisentrautdoc: Improve example formatting
2013-04-22  Peter Eisentrautdoc: Fix syntax in example
2013-04-22  Bruce MomjianIn 9.3 release notes, split up items
2013-04-21  Bruce Momjian9.3 release note adjustments per request from Andres...
2013-04-21  Bruce MomjianRemove 9.3 item about fixing DROP INDEX CONCURRENTLY
2013-04-21  Bruce Momjian9.3 release note fixes
2013-04-21  Bruce MomjianAdjust 9.3 release notes per request from Simon
2013-04-21  Bruce MomjianReorder 9.3 release note items
2013-04-20  Bruce MomjianMore 9.3 release note reorderings
2013-04-20  Bruce MomjianFix Gilles Darold's name in 9.3 release notes.
2013-04-20  Tom LaneFix longstanding race condition in plancache.c.
2013-04-20  Bruce MomjianReorder some 9.3 release item entries
2013-04-20  Bruce MomjianPush 9.3 release SGML file
2013-04-20  Bruce MomjianPublish draft 9.3 release notes
2013-04-20  Peter Eisentrautdoc: Mention SATA alongside IDE for Linux
2013-04-20  Peter EisentrautClean up references to SQL92
2013-04-19  Tom LaneImprove error message when an FDW doesn't support WHERE...
2013-04-19  Tom LaneDon't try to pass -I switch to postmaster in contrib...
2013-04-19  Robert HaasFix typo in comment.
2013-04-19  Peter EisentrautStandardize spelling of "nonblocking"
2013-04-17  Bruce Momjianpg_upgrade: Add checksum C comment
2013-04-17  Robert Haassepgsql: Minor improvement to test script, doc fix.
2013-04-17  Robert Haassepgsql: One more getObjectIdentity in lieu of getObjec...
2013-04-17  Peter Eisentrautdoc: Update PQgetssl() documentation
2013-04-16  Bruce Momjianpgindent: add newline to die() so script line number...
2013-04-16  Heikki LinnakangasRemove some unused and seldom used fields from Relation...
2013-04-16  Peter EisentrautFix function return type confusion
2013-04-16  Andrew DunstanMark json IO and extraction functions immutable.
2013-04-15  Andrew DunstanCorrect handling of NULL arguments in json funcs.
2013-04-15  Tom LaneImprove GiST index search performance for trigram regex...
2013-04-14  Peter EisentrautAdd serial comma
2013-04-14  Peter Eisentrautpg_ctl: Add idempotent option
2013-04-13  Peter EisentrautFix sporadic rebuilds for .pc files
2013-04-12  Tom LaneClean up the mess around EXPLAIN and materialized views.
2013-04-12  Bruce Momjianpgindent: improve error messages
2013-04-12  Bruce Momjianpgindent: fix downloading of BSD indent binary
2013-04-12  Robert Haassepgsql: Enforce db_procedure:{execute} permission.
2013-04-12  Robert HaasMinor wording corrections for object-access hook stuff.
2013-04-12  Robert Haassepgql: Use getObjectIdentity rather than getObjectDesc...
2013-04-11  Bruce MomjianDocument that git_changelog needs updating for major...
2013-04-11  Alvaro HerreraRemove quotes around SQL statement in error message
2013-04-11  Alvaro HerreraFix confusion between ObjectType and ObjectClass
2013-04-11  Peter Eisentrautdoc: Update DTrace information
2013-04-10  Magnus HaganderUpdate the description for the graphical installers
2013-04-10  Alvaro HerreraFix SIGUSR1 handling by unconnected bgworkers
2013-04-10  Alvaro HerreraFix SIGHUP handling by unconnected bgworkers
2013-04-10  Tom LaneMake contrib/pg_trgm also support regex searches with...
2013-04-10  Alvaro HerreraMake worker_spi sample code more complete
2013-04-10  Andrew DunstanFix hstore_to_json_loose example in docs.
2013-04-10  Robert HaasRemove duplicate initialization in XLogReadRecord.
2013-04-09  Kevin GrittnerCreate a distinction between a populated matview and...
2013-04-09  Robert HaasAdjust ExplainOneQuery_hook_type to take a DestReceiver...
2013-04-09  Tom LaneSupport indexing of regular-expression searches in...
2013-04-08  Simon RiggsMinor rewording of README comments
2013-04-08  Heikki LinnakangasFix calculation of how many segments to retain for...
2013-04-08  Simon RiggsSkip extraneous locking in XLogCheckBuffer().
2013-04-08  Simon RiggsAvoid tricky race condition recording XLOG_HINT
2013-04-08  Simon RiggsREADME comments on checksums on page holes.
2013-04-07  Simon RiggsTune BufferGetLSNAtomic() when checksums !enabled
2013-04-07  Simon RiggsFix checksums for CLUSTER, VACUUM FULL etc.
2013-04-07  Tom LaneGet rid of USE_WIDE_UPPER_LOWER dependency in trigram...
2013-04-07  Tom LaneIn isolationtester, retry after EINTR return from selec...
2013-04-05  Robert Haassepgsql: Enforce db_schema:search permission.
2013-04-05  Tom LaneImprove documentation about the relationship of extensi...
2013-04-05  Peter Eisentrautdoc: Fix number of columns in table
2013-04-05  Tom LaneFix line count in slashUsage().
2013-04-04  Tom LaneAdd \watch [SEC] command to psql.
2013-04-04  Andrew DunstanFix off by one error in JSON extract path code.
2013-04-04  Bruce Momjianpsql: fix startup crash caused by PSQLRC containing...
2013-04-04  Heikki LinnakangasFix crash on compiling a regular expression with more...
2013-04-04  Andrew DunstanFix a few thinkos in the JSON functions docs.
2013-04-04  Heikki LinnakangasCalculate # of semaphores correctly with --disable...
2013-04-03  Tom LaneAvoid updating our PgBackendStatus entry when track_act...
2013-04-03  Tom LaneFix typo in FDW docs.
2013-04-03  Tom LaneMinor robustness improvements for isolationtester.
2013-04-01  Tom LaneUpdate release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
2013-04-01  Tom LaneFix insecure parsing of server command-line switches.
2013-04-01  Tom LaneMake REPLICATION privilege checks test current user...
2013-04-01  Peter EisentrautRevert "ecpg: Don't link compatlib with libpq"
2013-03-31  Tom LaneUpdate release notes for changes through today.
2013-03-31  Tom LaneIgnore extra subquery outputs in set_subquery_size_esti...
2013-03-31  Peter EisentrautAdd pkg-config files for libpq and ecpg libraries
2013-03-31  Peter Eisentrautecpg: Don't link compatlib with libpq
2013-03-31  Bruce Momjianpg_upgrade: don't copy/link files for invalid indexes
next