]> granicus.if.org Git - postgresql/shortlog
postgresql
2018-03-01 Alvaro HerreraRelax overly strict sanity check for upgraded ancient...
2018-03-01 Tom LaneFix build failure on MSVC.
2018-02-28 Tom LaneRename base64 routines to avoid conflict with Solaris...
2018-02-28 Tom LaneRemove restriction on SQL block length in isolationtest...
2018-02-27 Tom LaneFix up ecpg's configuration so it handles "long long...
2018-02-27 Tom LaneRemove regression tests' CREATE FUNCTION commands for...
2018-02-27 Tom LanePrevent dangling-pointer access when update trigger...
2018-02-27 Magnus HaganderRevert restructuring of bin/scripts/Makefile REL9_3_22
2018-02-26 Tom LaneStamp 9.3.22.
2018-02-26 Tom LaneLast-minute updates for release notes.
2018-02-26 Noah MischDocument security implications of search_path and the...
2018-02-26 Noah MischEmpty search_path in Autovacuum and non-psql/pgbench...
2018-02-26 Noah MischBack-patch non-static ExecuteSqlQueryForSingleRow().
2018-02-26 Tom LaneAvoid using unsafe search_path settings during dump...
2018-02-26 Peter EisentrautTranslation updates
2018-02-25 Tom LaneRelease notes for 10.3, 9.6.8, 9.5.12, 9.4.17, 9.3.22.
2018-02-23 Tom LaneAllow auto_explain.log_min_duration to go up to INT_MAX.
2018-02-23 Noah MischSynchronize doc/ copies of src/test/examples/.
2018-02-23 Tom LaneFix planner failures with overlapping mergejoin clauses...
2018-02-21 Tom LaneRepair pg_upgrade's failure to preserve relfrozenxid...
2018-02-19 Tom LaneFix misbehavior of CTE-used-in-a-subplan during EPQ...
2018-02-15 Tom LaneDoc: fix minor bug in CREATE TABLE example.
2018-02-14 Tom LaneFix broken logic for reporting PL/Python function names...
2018-02-07 Magnus HaganderChange default git repo URL to https
2018-02-05 Tom LaneStamp 9.3.21. REL9_3_21
2018-02-05 Tom LaneLast-minute updates for release notes.
2018-02-05 Peter EisentrautTranslation updates
2018-02-05 Tom LaneEnsure that all temp files made during pg_upgrade are...
2018-02-04 Tom LaneRelease notes for 10.2, 9.6.7, 9.5.11, 9.4.16, 9.3.21.
2018-01-31 Bruce Momjiandoc: in contrib-spi, mention and link to the meaning...
2018-01-31 Robert Haaspgcrypto's encrypt() supports AES-128, AES-192, and...
2018-01-29 Peter Eisentrautpsql documentation fixes
2018-01-28 Tom LaneAdd stack-overflow guards in set-operation planning.
2018-01-27 Tom LaneUpdate time zone data files to tzdata release 2018c.
2018-01-23 Tom LaneTeach reparameterize_path() to handle AppendPaths.
2018-01-23 Bruce Momjiandoc: simplify intermediate certificate mention in...
2018-01-22 Tom LaneMake pg_dump's ACL, sec label, and comment entries...
2018-01-21 Bruce Momjiandoc: update intermediate certificate instructions
2018-01-19 Alvaro HerreraFix StoreCatalogInheritance1 to use 32bit inhseqno
2018-01-15 Michael MeskesCope with indicator arrays that do not have the correct...
2018-01-12 Tom LaneAvoid unnecessary failure in SELECT concurrent with...
2018-01-10 Tom LaneFix sample INSTR() functions in the plpgsql documentation.
2018-01-09 Alvaro HerreraChange some bogus PageGetLSN calls to BufferGetLSNAtomic
2018-01-03 Andrew DunstanFix use of config-specific libraries for Windows OpenSSL
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-15 Andres FreundPerform a lot more sanity checks when freezing tuples.
2017-12-15 Andres FreundFix pruning of locked and updated tuples.
2017-12-15 Andres FreundBackport addition of rs_old_rel to rewriteheap's state.
2017-12-11 Tom LaneFix corner-case coredump in _SPI_error_callback().
2017-12-09 Noah MischMSVC 2012+: Permit linking to 32-bit, MinGW-built libra...
2017-12-09 Noah MischMSVC: Test whether 32-bit Perl needs -D_USE_32BIT_TIME_T.
2017-12-08 Peter EisentrautFix mistake in comment
2017-12-08 Peter Eisentrautdoc: Add advice about systemd RemoveIPC
2017-12-05 Robert HaasMark assorted variables PGDLLIMPORT.
2017-12-04 Tom LaneClean up assorted messiness around AllocateDir() usage.
2017-11-30 Noah MischFix non-GNU makefiles for AIX make.
2017-11-27 Magnus HaganderFix typo in comment
2017-11-26 Joe ConwayMake has_sequence_privilege support WITH GRANT OPTION
2017-11-25 Tom LaneUpdate MSVC build process for new timezone data.
2017-11-25 Tom LaneReplace raw timezone source data with IANA's new compac...
2017-11-25 Tom LaneAvoid formally-undefined use of memcpy() in hstoreUniqu...
2017-11-25 Tom LaneRepair failure with SubPlans in multi-row VALUES lists.
2017-11-24 Noah MischSupport linking with MinGW-built Perl.
2017-11-21 Robert HaasProvide for forward compatibility with future minor...
2017-11-20 Tom LaneUse out-of-line M68K spinlock code for OpenBSD as well...
2017-11-20 Tom LaneAdd support for Motorola 88K to s_lock.h.
2017-11-17 Tom LaneProvide modern examples of how to auto-start Postgres...
2017-11-13 Noah MischMSVC: Rebuild spiexceptions.h when out of date.
2017-11-12 Noah MischInstall Windows crash dump handler before all else.
2017-11-12 Noah MischDon't call pgwin32_message_to_UTF16() without CurrentMe...
2017-11-11 Noah MischAdd post-2010 ecpg tests to checktcp.
2017-11-11 Noah MischMake connect/test1 independent of localhost IPv6.
2017-11-11 Noah MischFix previous commit's test, for non-UTF8 databases...
2017-11-11 Noah MischIgnore XML declaration in xpath_internal(), for UTF8...
2017-11-10 Peter EisentrautFix some null pointer dereferences in LDAP auth code
2017-11-10 Peter EisentrautAdd -wnet to SP invocations
2017-11-09 Tom LaneRevert "Allow --with-bonjour to work with non-macOS...
2017-11-08 Tom LaneAllow --with-bonjour to work with non-macOS implementat...
2017-11-08 Tom LaneFix two violations of the ResourceOwnerEnlarge/Remember...
2017-11-07 Tom LaneFix unportable usage of <ctype.h> functions.
2017-11-06 Tom LaneStamp 9.3.20. REL9_3_20
2017-11-06 Tom LaneLast-minute updates for release notes.
2017-11-06 Tom LaneMake json{b}_populate_recordset() use the right tuple...
2017-11-06 Noah Mischstart-scripts: switch to $PGUSER before opening $PGLOG.
2017-11-05 Peter EisentrautTranslation updates
2017-11-05 Tom LaneRelease notes for 10.1, 9.6.6, 9.5.10, 9.4.15, 9.3...
2017-11-03 Michael MeskesImprove error message for incorrect number inputs in...
2017-11-02 Michael MeskesFix float parsing in ecpg INFORMIX mode.
2017-11-02 Alvaro HerreraRevert bogus fixes of HOT-freezing bug
2017-11-02 Tom LaneDoc: update URL for check_postgres.
2017-11-01 Michael MeskesMake sure ecpglib does accepts digits behind decimal...
2017-10-27 Tom LaneDept of second thoughts: keep aliasp_item in sync with...
2017-10-27 Tom LaneFix crash when columns have been added to the end of...
2017-10-27 Tom LaneRethink the dependencies recorded for FieldSelect/Field...
2017-10-27 Tom LaneDoc: mention that you can't PREPARE TRANSACTION after...
2017-10-26 Andrew DunstanImprove gendef.pl diagnostic on failure to open sym...
2017-10-25 Tom LaneFix libpq to not require user's home directory to exist.
2017-10-23 Tom LaneUpdate time zone data files to tzdata release 2017c.
2017-10-23 Tom LaneSync our copy of the timezone library with IANA release...
2017-10-23 Tom LaneFix some oversights in expression dependency recording.
next