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-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
2019-07-26
Peter Eisentraut
doc: Change libpq function ids to mixed case
commit
|
commitdiff
|
tree
2019-07-25
Thomas Munro
Fix LDAP test instability.
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Add missing (COSTS OFF) to EXPLAIN added in previous...
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Fix slot type handling for Agg nodes performing interna...
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix syntax error in commit 20e99cddd.
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix failures to ignore \r when reading Windows-style...
commit
|
commitdiff
|
tree
2019-07-25
Andrew Dunstan
Honor MSVC WindowsSDKVersion if set
commit
|
commitdiff
|
tree
2019-07-25
Tom Lane
Fix contrib/sepgsql test policy to work with latest...
commit
|
commitdiff
|
tree
2019-07-25
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2019-07-25
Andres Freund
Fix system column accesses in ON CONFLICT ... RETURNING.
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Fix failure with pgperlcritic from the TAP test of...
commit
|
commitdiff
|
tree
2019-07-24
Tom Lane
Fix infelicities in describeOneTableDetails' partitione...
commit
|
commitdiff
|
tree
2019-07-24
Heikki Linnakangas
Use full 64-bit XID for checking if a deleted GiST...
commit
|
commitdiff
|
tree
2019-07-24
Heikki Linnakangas
Refactor checks for deleted GiST pages.
commit
|
commitdiff
|
tree
2019-07-24
Andrew Dunstan
Don't assume expr is available in pgbench tests
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Doc: Clarify interactions of pg_receivewal with remote_...
commit
|
commitdiff
|
tree
2019-07-24
Michael Paquier
Improve stability of TAP test for synchronous replication
commit
|
commitdiff
|
tree
2019-07-23
Alvaro Herrera
Check that partitions are not in use when dropping...
commit
|
commitdiff
|
tree
2019-07-23
Tom Lane
Improve psql's \d output for partitioned indexes.
commit
|
commitdiff
|
tree
2019-07-23
Tom Lane
Improve psql's \d output for TOAST tables.
commit
|
commitdiff
|
tree
2019-07-23
Peter Eisentraut
Add CREATE DATABASE LOCALE option
commit
|
commitdiff
|
tree
2019-07-23
Michael Paquier
Remove more progname references in vacuumdb.c
commit
|
commitdiff
|
tree
2019-07-22
Tom Lane
Install dependencies to prevent dropping partition...
commit
|
commitdiff
|
tree
2019-07-22
Peter Eisentraut
Revert "initdb: Change authentication defaults"
commit
|
commitdiff
|
tree
2019-07-22
Peter Eisentraut
initdb: Change authentication defaults
commit
|
commitdiff
|
tree
2019-07-22
David Rowley
Use appendBinaryStringInfo in more places where the...
commit
|
commitdiff
|
tree
2019-07-22
Peter Eisentraut
Make identity sequence management more robust
commit
|
commitdiff
|
tree
2019-07-22
David Rowley
Make better use of the new List implementation in a...
commit
|
commitdiff
|
tree
2019-07-22
Michael Paquier
Fix inconsistencies and typos in the tree
commit
|
commitdiff
|
tree
2019-07-21
David Rowley
Adjust overly strict Assert
commit
|
commitdiff
|
tree
2019-07-21
Tom Lane
Remove no-longer-helpful reliance on fixed-size local...
commit
|
commitdiff
|
tree
2019-07-21
Michael Paquier
Fix compilation warning of pg_basebackup with MinGW
commit
|
commitdiff
|
tree
2019-07-21
David Rowley
Speed up finding EquivalenceClasses for a given set...
commit
|
commitdiff
|
tree
2019-07-20
Peter Geoghegan
Don't rely on estimates for amcheck Bloom filters.
commit
|
commitdiff
|
tree
2019-07-20
Tomas Vondra
Use column collation for extended statistics
commit
|
commitdiff
|
tree
2019-07-20
Tomas Vondra
Rework examine_opclause_expression to use varonleft
commit
|
commitdiff
|
tree
2019-07-19
Jeff Davis
pg_stat_statements: add missing check for pgss_enabled().
commit
|
commitdiff
|
tree
2019-07-19
Tom Lane
Silence compiler warning, hopefully.
commit
|
commitdiff
|
tree
2019-07-19
Michael Paquier
Doc: clarify when table rewrites happen with column...
commit
|
commitdiff
|
tree
2019-07-19
Michael Paquier
Refactor parallelization processing code in src/bin...
commit
|
commitdiff
|
tree
2019-07-19
Jeff Davis
Fix error in commit e6feef57.
commit
|
commitdiff
|
tree
2019-07-18
Michael Paquier
Fix typo in mvdistinct.c
commit
|
commitdiff
|
tree
2019-07-18
Jeff Davis
Fix daterange canonicalization for +/- infinity.
commit
|
commitdiff
|
tree
2019-07-18
Peter Geoghegan
Fix nbtree metapage cache upgrade bug.
commit
|
commitdiff
|
tree
2019-07-18
Tom Lane
Further adjust SPITupleTable to provide a public row...
commit
|
commitdiff
|
tree
2019-07-18
Tomas Vondra
Simplify bitmap updates in multivariate MCV code
commit
|
commitdiff
|
tree
2019-07-18
Tomas Vondra
Fix handling of NULLs in MCV items and constants
commit
|
commitdiff
|
tree
2019-07-18
Tomas Vondra
Fix handling of opclauses in extended statistics
commit
|
commitdiff
|
tree
2019-07-18
Tomas Vondra
Remove unnecessary TYPECACHE_GT_OPR lookup
commit
|
commitdiff
|
tree
2019-07-18
Andres Freund
tableam: comment improvements.
commit
|
commitdiff
|
tree
2019-07-18
Michael Paquier
Simplify description of --data-checksums in documentati...
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Update time zone data files to tzdata release 2019b.
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Clarify the distinction between public and private...
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Doc: explain where to find Makefile used to build sepgs...
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Fix sepgsql test results for commit d97b714a2.
commit
|
commitdiff
|
tree
2019-07-17
Tom Lane
Avoid using lcons and list_delete_first where it's...
commit
|
commitdiff
|
tree
2019-07-17
Thomas Munro
Move some md.c-specific logic from smgr.c to md.c.
commit
|
commitdiff
|
tree
2019-07-16
Tom Lane
Fix thinko in construction of old_conpfeqop list.
commit
|
commitdiff
|
tree
2019-07-16
Tom Lane
Remove lappend_cell...() family of List functions.
commit
|
commitdiff
|
tree
2019-07-16
Tom Lane
Clean up some ad-hoc code for sorting and de-duplicatin...
commit
|
commitdiff
|
tree
2019-07-16
Tom Lane
Redesign the API for list sorting (list_qsort becomes...
commit
|
commitdiff
|
tree
2019-07-16
Michael Paquier
Fix inconsistencies and typos in the tree
commit
|
commitdiff
|
tree
2019-07-16
Tom Lane
Remove dead code.
commit
|
commitdiff
|
tree
next