projects
/
users
/
gsingh
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/gsingh/postgres.git
2019-08-16
Andres Freund
Remove fmgr.h includes from headers that don't really...
commit
|
commitdiff
|
tree
2019-08-16
Andres Freund
Don't include utils/array.h from acl.h.
commit
|
commitdiff
|
tree
2019-08-16
Andres Freund
Remove redundant prototypes for SQL callable functions.
commit
|
commitdiff
|
tree
2019-08-16
Etsuro Fujita
Remove useless bms_free() calls in build_child_join_rel().
commit
|
commitdiff
|
tree
2019-08-16
Tom Lane
Prevent possible double-free when update trigger return...
commit
|
commitdiff
|
tree
2019-08-15
Tom Lane
Fix plpgsql to re-look-up composite type names at need.
commit
|
commitdiff
|
tree
2019-08-15
Tom Lane
Use a hash table to de-duplicate NOTIFY events faster.
commit
|
commitdiff
|
tree
2019-08-15
Tom Lane
Doc: improve documentation about postgresql.auto.conf.
commit
|
commitdiff
|
tree
2019-08-14
Tom Lane
Fix ALTER SYSTEM to cope with duplicate entries in...
commit
|
commitdiff
|
tree
2019-08-14
Peter Geoghegan
Remove block number field from nbtree stack.
commit
|
commitdiff
|
tree
2019-08-14
Peter Eisentraut
initdb: Remove obsolete locale handling
commit
|
commitdiff
|
tree
2019-08-14
Michael Paquier
Fix random regression failure in test case "collate...
commit
|
commitdiff
|
tree
2019-08-14
Peter Geoghegan
Remove obsolete nbtree README commentary.
commit
|
commitdiff
|
tree
2019-08-13
Tom Lane
Un-break pg_dump for pre-8.3 source servers.
commit
|
commitdiff
|
tree
2019-08-13
Peter Geoghegan
Use PageIndexTupleOverwrite() within nbtree.
commit
|
commitdiff
|
tree
2019-08-13
Alvaro Herrera
Don't constraint-exclude partitioned tables as much
commit
|
commitdiff
|
tree
2019-08-13
Peter Eisentraut
Update to DocBook 4.5
commit
|
commitdiff
|
tree
2019-08-13
Michael Paquier
Fix inconsistencies and typos in the tree, take 10
commit
|
commitdiff
|
tree
2019-08-13
Michael Paquier
Fix random regression failure in test case "temp"
commit
|
commitdiff
|
tree
2019-08-12
Peter Geoghegan
amcheck: Skip unlogged relations during recovery.
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Fix planner's test for case-foldable characters in...
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Remove EState.es_range_table_array.
commit
|
commitdiff
|
tree
2019-08-12
Tom Lane
Rationalize use of list_concat + list_copy combinations.
commit
|
commitdiff
|
tree
2019-08-12
Alexander Korotkov
Fix string comparison in jsonpath
commit
|
commitdiff
|
tree
2019-08-11
Tom Lane
Partially revert "Insert temporary debugging output...
commit
|
commitdiff
|
tree
2019-08-11
Alexander Korotkov
Adjust string comparison in jsonpath
commit
|
commitdiff
|
tree
2019-08-10
Tom Lane
Fix "ANALYZE t, t" inside a transaction block.
commit
|
commitdiff
|
tree
2019-08-10
Peter Geoghegan
Rename tuplesort.c's SortTuple.tupindex field.
commit
|
commitdiff
|
tree
2019-08-09
Tom Lane
Fix SIGSEGV in pruning for ScalarArrayOp with constant...
commit
|
commitdiff
|
tree
2019-08-09
Tom Lane
Cosmetic improvements in setup of planner's per-RTE...
commit
|
commitdiff
|
tree
2019-08-09
Michael Paquier
Refactor logic to remove trailing CR/LF characters...
commit
|
commitdiff
|
tree
2019-08-08
Peter Geoghegan
Update obsolete tuplesort READTUP() comment.
commit
|
commitdiff
|
tree
2019-08-08
Alvaro Herrera
Clarify the default partition's role
commit
|
commitdiff
|
tree
2019-08-08
Andrew Dunstan
Fix certificate subjects in ldap test
commit
|
commitdiff
|
tree
2019-08-08
Peter Eisentraut
initdb: Use varargs macro for PG_CMD_PRINTF
commit
|
commitdiff
|
tree
2019-08-07
Tom Lane
Doc: document permissions required for ANALYZE.
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Remove unnecessary #include <limits.h>
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Add comment on no default partition with hash partitioning
commit
|
commitdiff
|
tree
2019-08-07
Alvaro Herrera
Apply constraint exclusion more generally in partitioning
commit
|
commitdiff
|
tree
2019-08-07
Alexander Korotkov
Fix some typos in jsonpath documentation
commit
|
commitdiff
|
tree
2019-08-07
Etsuro Fujita
Fix typos in comments.
commit
|
commitdiff
|
tree
2019-08-07
Heikki Linnakangas
Fix predicate-locking of HOT updated rows.
commit
|
commitdiff
|
tree
2019-08-07
Michael Paquier
Fix some incorrect parsing of time with time zone strings
commit
|
commitdiff
|
tree
2019-08-07
Michael Paquier
Adjust tuple data lookup logic in multi-insert logical...
commit
|
commitdiff
|
tree
2019-08-06
Tom Lane
Fix intarray's GiST opclasses to not fail for empty...
commit
|
commitdiff
|
tree
2019-08-06
Tom Lane
Save Kerberos and LDAP daemon logs where the buildfarm...
commit
|
commitdiff
|
tree
2019-08-06
Michael Paquier
Fix typo in pathnode.c
commit
|
commitdiff
|
tree
2019-08-05
Peter Geoghegan
Show specific OID suggestion in unused_oids output.
commit
|
commitdiff
|
tree
2019-08-05
Tom Lane
Fix choice of comparison operators for cross-type hashe...
commit
|
commitdiff
|
tree
2019-08-05
Noah Misch
Require the schema qualification in pg_temp.type_name...
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Add safeguards in LSN, numeric and float calculation...
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Fix tab completion for ALTER LANGUAGE in psql
commit
|
commitdiff
|
tree
2019-08-05
Michael Paquier
Fix inconsistencies and typos in the tree, take 9
commit
|
commitdiff
|
tree
2019-08-04
Tomas Vondra
Revert "Add log_statement_sample_rate parameter"
commit
|
commitdiff
|
tree
2019-08-04
Tomas Vondra
Revert "Silence compiler warning"
commit
|
commitdiff
|
tree
2019-08-04
Tom Lane
Fix handling of "undef" in contrib/jsonb_plperl.
commit
|
commitdiff
|
tree
2019-08-04
Tom Lane
Avoid picking already-bound TCP ports in kerberos and...
commit
|
commitdiff
|
tree
2019-08-04
Alvaro Herrera
Improve pruning of a default partition
commit
|
commitdiff
|
tree
2019-08-04
Michael Paquier
Refactor BuildIndexInfo() with the new makeIndexInfo()
commit
|
commitdiff
|
tree
2019-08-02
Andres Freund
Fix representation of hash keys in Hash/HashJoin nodes.
commit
|
commitdiff
|
tree
2019-08-02
Michael Paquier
Fix format truncation issue from ECPG test
commit
|
commitdiff
|
tree
2019-08-01
Jeff Davis
Allow simplehash to use already-calculated hash values.
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Allow functions-in-FROM to be pulled up if they reduce...
commit
|
commitdiff
|
tree
2019-08-01
Peter Geoghegan
Bump catversion.
commit
|
commitdiff
|
tree
2019-08-01
Peter Geoghegan
Add sort support routine for the inet data type.
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Add an isolation test to exercise parallel-worker deadl...
commit
|
commitdiff
|
tree
2019-08-01
Tom Lane
Mark advisory-lock functions as parallel restricted...
commit
|
commitdiff
|
tree
2019-08-01
Peter Eisentraut
Add error codes to some corruption log messages
commit
|
commitdiff
|
tree
2019-08-01
Michael Paquier
Fix handling of previous password hooks in passwordcheck
commit
|
commitdiff
|
tree
2019-07-31
Tom Lane
Fix pg_dump's handling of dependencies for custom opcla...
commit
|
commitdiff
|
tree
2019-07-31
Peter Eisentraut
Run UTF8-requiring collation tests by default
commit
|
commitdiff
|
tree
2019-07-31
Andres Freund
Remove superfluous newlines in function prototypes.
commit
|
commitdiff
|
tree
2019-07-31
Andres Freund
Remove superfluous semicolon.
commit
|
commitdiff
|
tree
2019-07-31
Michael Paquier
Remove orphaned structure member in pgcrypto
commit
|
commitdiff
|
tree
2019-07-30
Heikki Linnakangas
Allow table AM's to use rd_amcache, too.
commit
|
commitdiff
|
tree
2019-07-30
Heikki Linnakangas
Print WAL position correctly in pg_rewind error message.
commit
|
commitdiff
|
tree
2019-07-30
Tomas Vondra
Don't build extended statistics on inheritance trees
commit
|
commitdiff
|
tree
2019-07-30
Michael Paquier
Fix memory leak coming from simple lists built in reindexdb
commit
|
commitdiff
|
tree
2019-07-29
Tom Lane
Fix busted logic for parallel lock grouping in TopoSort().
commit
|
commitdiff
|
tree
2019-07-29
Peter Eisentraut
Handle fsync failures in pg_receivewal and pg_recvlogical
commit
|
commitdiff
|
tree
2019-07-29
Michael Paquier
Fix inconsistencies and typos in the tree
commit
|
commitdiff
|
tree
2019-07-29
Michael Paquier
Fix handling of expressions and predicates in REINDEX...
commit
|
commitdiff
|
tree
2019-07-28
Thomas Munro
Avoid macro clash with LLVM 9.
commit
|
commitdiff
|
tree
2019-07-28
Tom Lane
Improve test coverage for LISTEN/NOTIFY.
commit
|
commitdiff
|
tree
2019-07-28
Michael Paquier
Doc: Fix event trigger firing table
commit
|
commitdiff
|
tree
2019-07-28
Michael Paquier
Fix typo in fd.c
commit
|
commitdiff
|
tree
2019-07-28
Tom Lane
Fix isolationtester race condition for notices sent...
commit
|
commitdiff
|
tree
2019-07-27
Tom Lane
Don't drop NOTICE messages in isolation tests.
commit
|
commitdiff
|
tree
2019-07-27
Michael Paquier
Add support for --jobs in reindexdb
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Update obsolescent documentation note
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Default new bindir to pg_upgrade location
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
pg_upgrade: Check all used executables
commit
|
commitdiff
|
tree
2019-07-27
Peter Eisentraut
Fix typo in pg_upgrade file header
commit
|
commitdiff
|
tree
2019-07-26
Alvaro Herrera
Don't uselessly escape a string that doesn't need escaping
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Tweak our special-case logic for the IANA "Factory...
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Avoid choosing "localtime" or "posixrules" as TimeZone...
commit
|
commitdiff
|
tree
2019-07-26
Tom Lane
Fix loss of fractional digits for large values in cash_...
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Make libpq documentation navigable between functions
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Fix some markup whitespace issues
commit
|
commitdiff
|
tree
2019-07-26
Peter Eisentraut
doc: Add support for xref to command and function elements
commit
|
commitdiff
|
tree
next