]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
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
2013-03-30  Tom LaneImprove code documentation about "magnetic disk" storag...
2013-03-30  Andrew DunstanAvoid moving data directory in upgrade testing.
2013-03-30  Bruce MomjianRemove tab from SGML file.
2013-03-30  Peter Eisentrautecpg: Parallel make fix
2013-03-29  Andrew DunstanFix page title for JSON Functions and Operators.
2013-03-29  Andrew DunstanAdd new JSON processing functions and parser API.
2013-03-29  Tom LaneDocument encode(bytea, 'escape')'s behavior correctly.
2013-03-29  Tom LaneMust check indisready not just indisvalid when dumping...
2013-03-29  Tom LaneDraft release notes for 9.2.4, 9.1.9, 9.0.13, 8.4.17.
2013-03-28  Robert Haassepgsql: Documentation improvements.
2013-03-28  Robert HaasAllow sepgsql labels to depend on object name.
2013-03-28  Tom LaneUpdate time zone data files to tzdata release 2013b.
2013-03-28  Tom LaneAvoid "variable might be clobbered by longjmp" warning.
2013-03-28  Alvaro HerreraAdd sql_drop event for event triggers
2013-03-28  Simon RiggsRevoke bc5334d8679c428a709d150666b288171795bd76
2013-03-28  Simon RiggsRevoke 7a5a59d378e052618d6feae64d1d2b4f2ad6f9bc
2013-03-27  Tom LaneReset OpenSSL randomness state in each postmaster child...
2013-03-27  Kevin GrittnerFix pasto which broke docs build.
2013-03-27  Heikki LinnakangasFix buffer pin leak in heap update redo routine.
2013-03-27  Simon RiggsSet recovery_config_directory for EXEC_BACKEND.
2013-03-27  Heikki LinnakangasMove some pg_dump function around.
2013-03-27  Robert Haassepgsql: Support for new post-ALTER access hook.
2013-03-27  Simon RiggsAllow external recovery_config_directory
2013-03-26  Tom LaneFix grammatical errors in some new message strings.
2013-03-26  Tom LaneIgnore invalid indexes in pg_dump.
2013-03-26  Heikki LinnakangasFix pg_dump against 9.1/9.2 servers.
2013-03-26  Heikki LinnakangasGet rid of obsolete parse_version helper function.
2013-03-26  Andrew DunstanFix a small logic bug in adjusted parallel restore...
2013-03-25  Heikki LinnakangasIn base backup, only include our own tablespace version...
2013-03-25  Heikki LinnakangasMake pg_basebackup work with pre-9.3 servers, and add...
2013-03-25  Heikki LinnakangasAdd PF_PRINTF_ATTRIBUTE to on_exit_msg_fmt.
2013-03-25  Heikki LinnakangasAdd missing #include.
2013-03-24  Tom LaneFix some unportable constructs in parallel pg_dump...
2013-03-24  Andrew DunstanAdd parallel pg_dump option.
2013-03-23  Tom LaneUpdate time zone abbreviation lists for changes missed...
2013-03-23  Tom LaneSemi-automatically detect changes in timezone abbreviat...
2013-03-23  Andrew DunstanAvoid renaming data directory during MSVC upgrade testing.
2013-03-23  Tom LaneDon't put <indexterm> before <term> in <varlistentry...
2013-03-22  Tom LaneDocument cross-version compatibility issues for contrib...
2013-03-22  Tom LaneFix contrib/dblink to handle inconsistent DateStyle...
2013-03-22  Kevin GrittnerFix problems with incomplete attempt to prohibit OIDS...
2013-03-22  Tom LaneSuppress uninitialized-variable warning in new checksum...
2013-03-22  Tom LaneUpdate commit_delay documentation.
2013-03-22  Simon RiggsAdd new README file for pages/checksums
2013-03-22  Simon RiggsAllow I/O reliability checks using 16-bit checksums
next