]> granicus.if.org Git - postgresql/history - src
Update SQL conformance information
[postgresql] / src /
2019-08-22 Peter EisentrautUpdate SQL conformance information
2019-08-22 Peter EisentrautMake SQL/JSON error code names match SQL standard
2019-08-21 Peter GeogheganUpdate comments on nbtree stack struct.
2019-08-21 Peter EisentrautRemove configure detection of crypt()
2019-08-21 Alvaro HerreraFix typo
2019-08-21 Tom LaneRemove unnecessary test dependency on the contents...
2019-08-21 Peter EisentrautRemove master/slave usage from plpgsql tests
2019-08-20 Peter EisentrautClean up some SCRAM attribute processing
2019-08-20 Alvaro HerreraFix bogus comment
2019-08-20 Michael PaquierFix compilation failure of vacuumdb and reindexdb with...
2019-08-19 Tom LaneRestore json{b}_populate_record{set}'s ability to take...
2019-08-19 Andres FreundAdd fmgr.h include to selfuncs.h.
2019-08-19 Tom LaneAdd "headerscheck" script to test header-file compilabi...
2019-08-19 Tom LaneUse zic's new "-b slim" option to generate smaller...
2019-08-19 Michael PaquierFix tab completion for CREATE TYPE in psql
2019-08-19 Michael PaquierFix inconsistencies and typos in the tree, take 11
2019-08-18 Tom LaneAvoid conflicts with library versions of inet_net_ntop...
2019-08-18 Tom LaneFix incidental warnings from cpluspluscheck.
2019-08-18 Tom LaneFix failure-to-compile-standalone in scripts_parallel.h.
2019-08-18 Tom LaneFix failure-to-compile-standalone in ecpg's dt.h.
2019-08-18 Tom LaneDisallow changing an inherited column's type if not...
2019-08-17 Tom LaneMake deadlock-parallel isolation test more robust.
2019-08-17 Peter EisentrautImprove Assert output
2019-08-16 Andres FreundAdd default_table_access_method to postgresql.conf...
2019-08-16 Andres FreundAdd missing fmgr.h include.
2019-08-16 Andres FreundRemove fmgr.h includes from headers that don't really...
2019-08-16 Andres FreundDon't include utils/array.h from acl.h.
2019-08-16 Andres FreundRemove redundant prototypes for SQL callable functions.
2019-08-16 Etsuro FujitaRemove useless bms_free() calls in build_child_join_rel().
2019-08-16 Tom LanePrevent possible double-free when update trigger return...
2019-08-15 Tom LaneFix plpgsql to re-look-up composite type names at need.
2019-08-15 Tom LaneUse a hash table to de-duplicate NOTIFY events faster.
2019-08-14 Tom LaneFix ALTER SYSTEM to cope with duplicate entries in...
2019-08-14 Peter GeogheganRemove block number field from nbtree stack.
2019-08-14 Peter Eisentrautinitdb: Remove obsolete locale handling
2019-08-14 Michael PaquierFix random regression failure in test case "collate...
2019-08-14 Peter GeogheganRemove obsolete nbtree README commentary.
2019-08-13 Tom LaneUn-break pg_dump for pre-8.3 source servers.
2019-08-13 Peter GeogheganUse PageIndexTupleOverwrite() within nbtree.
2019-08-13 Alvaro HerreraDon't constraint-exclude partitioned tables as much
2019-08-13 Michael PaquierFix inconsistencies and typos in the tree, take 10
2019-08-13 Michael PaquierFix random regression failure in test case "temp"
2019-08-12 Tom LaneFix planner's test for case-foldable characters in...
2019-08-12 Tom LaneRemove EState.es_range_table_array.
2019-08-12 Tom LaneRationalize use of list_concat + list_copy combinations.
2019-08-12 Alexander KorotkovFix string comparison in jsonpath
2019-08-11 Tom LanePartially revert "Insert temporary debugging output...
2019-08-11 Alexander KorotkovAdjust string comparison in jsonpath
2019-08-10 Tom LaneFix "ANALYZE t, t" inside a transaction block.
2019-08-10 Peter GeogheganRename tuplesort.c's SortTuple.tupindex field.
2019-08-09 Tom LaneFix SIGSEGV in pruning for ScalarArrayOp with constant...
2019-08-09 Tom LaneCosmetic improvements in setup of planner's per-RTE...
2019-08-09 Michael PaquierRefactor logic to remove trailing CR/LF characters...
2019-08-08 Peter GeogheganUpdate obsolete tuplesort READTUP() comment.
2019-08-08 Andrew DunstanFix certificate subjects in ldap test
2019-08-08 Peter Eisentrautinitdb: Use varargs macro for PG_CMD_PRINTF
2019-08-07 Alvaro HerreraRemove unnecessary #include <limits.h>
2019-08-07 Alvaro HerreraAdd comment on no default partition with hash partitioning
2019-08-07 Alvaro HerreraApply constraint exclusion more generally in partitioning
2019-08-07 Etsuro FujitaFix typos in comments.
2019-08-07 Heikki LinnakangasFix predicate-locking of HOT updated rows.
2019-08-07 Michael PaquierFix some incorrect parsing of time with time zone strings
2019-08-07 Michael PaquierAdjust tuple data lookup logic in multi-insert logical...
2019-08-06 Tom LaneSave Kerberos and LDAP daemon logs where the buildfarm...
2019-08-06 Michael PaquierFix typo in pathnode.c
2019-08-05 Peter GeogheganShow specific OID suggestion in unused_oids output.
2019-08-05 Tom LaneFix choice of comparison operators for cross-type hashe...
2019-08-05 Noah MischRequire the schema qualification in pg_temp.type_name...
2019-08-05 Michael PaquierAdd safeguards in LSN, numeric and float calculation...
2019-08-05 Michael PaquierFix tab completion for ALTER LANGUAGE in psql
2019-08-05 Michael PaquierFix inconsistencies and typos in the tree, take 9
2019-08-04 Tomas VondraRevert "Add log_statement_sample_rate parameter"
2019-08-04 Tomas VondraRevert "Silence compiler warning"
2019-08-04 Tom LaneAvoid picking already-bound TCP ports in kerberos and...
2019-08-04 Alvaro HerreraImprove pruning of a default partition
2019-08-04 Michael PaquierRefactor BuildIndexInfo() with the new makeIndexInfo()
2019-08-02 Andres FreundFix representation of hash keys in Hash/HashJoin nodes.
2019-08-02 Michael PaquierFix format truncation issue from ECPG test
2019-08-01 Jeff DavisAllow simplehash to use already-calculated hash values.
2019-08-01 Tom LaneAllow functions-in-FROM to be pulled up if they reduce...
2019-08-01 Peter GeogheganBump catversion.
2019-08-01 Peter GeogheganAdd sort support routine for the inet data type.
2019-08-01 Tom LaneAdd an isolation test to exercise parallel-worker deadl...
2019-08-01 Tom LaneMark advisory-lock functions as parallel restricted...
2019-08-01 Peter EisentrautAdd error codes to some corruption log messages
2019-07-31 Tom LaneFix pg_dump's handling of dependencies for custom opcla...
2019-07-31 Peter EisentrautRun UTF8-requiring collation tests by default
2019-07-31 Andres FreundRemove superfluous newlines in function prototypes.
2019-07-31 Andres FreundRemove superfluous semicolon.
2019-07-30 Heikki LinnakangasAllow table AM's to use rd_amcache, too.
2019-07-30 Heikki LinnakangasPrint WAL position correctly in pg_rewind error message.
2019-07-30 Tomas VondraDon't build extended statistics on inheritance trees
2019-07-30 Michael PaquierFix memory leak coming from simple lists built in reindexdb
2019-07-29 Tom LaneFix busted logic for parallel lock grouping in TopoSort().
2019-07-29 Peter EisentrautHandle fsync failures in pg_receivewal and pg_recvlogical
2019-07-29 Michael PaquierFix inconsistencies and typos in the tree
2019-07-29 Michael PaquierFix handling of expressions and predicates in REINDEX...
2019-07-28 Thomas MunroAvoid macro clash with LLVM 9.
2019-07-28 Tom LaneImprove test coverage for LISTEN/NOTIFY.
2019-07-28 Michael PaquierFix typo in fd.c
next