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
2020-07-14
Tom Lane
Fix bitmap AND/OR scans on the inside of a nestloop...
commit
|
commitdiff
|
tree
2020-07-14
Peter Eisentraut
Fix -Wcast-function-type warnings
commit
|
commitdiff
|
tree
2020-07-14
David Rowley
Add comment to explain an unused function parameter
commit
|
commitdiff
|
tree
2020-07-14
David Rowley
Fix timing issue with ALTER TABLE's validate constraint
commit
|
commitdiff
|
tree
2020-07-14
Michael Paquier
Fix some header identifications
commit
|
commitdiff
|
tree
2020-07-14
Michael Paquier
Fix comments related to table AMs
commit
|
commitdiff
|
tree
2020-07-14
Tom Lane
Cope with lateral references in the quals of a subquery...
commit
|
commitdiff
|
tree
2020-07-13
Alvaro Herrera
Fix uninitialized value in segno calculation
commit
|
commitdiff
|
tree
2020-07-13
Tom Lane
Fix bugs in libpq's management of GSS encryption state.
commit
|
commitdiff
|
tree
2020-07-13
Alexander Korotkov
Improvements to psql \dAo and \dAp commands
commit
|
commitdiff
|
tree
2020-07-13
Jeff Davis
HashAgg: before spilling tuples, set unneeded columns...
commit
|
commitdiff
|
tree
2020-07-13
Jeff Davis
Revert "Use CP_SMALL_TLIST for hash aggregate"
commit
|
commitdiff
|
tree
2020-07-13
Amit Kapila
Revert "Track statistics for spilling of changes from...
commit
|
commitdiff
|
tree
2020-07-13
Michael Paquier
Fix timestamp range handling in regression tests of...
commit
|
commitdiff
|
tree
2020-07-12
Michael Paquier
Fix test failure with -DENFORCE_REGRESSION_TEST_NAME_RE...
commit
|
commitdiff
|
tree
2020-07-12
Michael Paquier
Include replication origins in SQL functions for commit...
commit
|
commitdiff
|
tree
2020-07-11
Tom Lane
Avoid useless buffer allocations during binary COPY...
commit
|
commitdiff
|
tree
2020-07-11
Tom Lane
Avoid trying to restore table ACLs and per-column ACLs...
commit
|
commitdiff
|
tree
2020-07-11
Peter Eisentraut
doc: Add link from pg_dump --encoding to supported...
commit
|
commitdiff
|
tree
2020-07-11
Michael Paquier
Rename field "relkind" to "objtype" for CTAS and ALTER...
commit
|
commitdiff
|
tree
2020-07-11
Alexander Korotkov
Forbid numeric NaN in jsonpath
commit
|
commitdiff
|
tree
2020-07-11
Alexander Korotkov
Improve error reporting for jsonpath .double() method
commit
|
commitdiff
|
tree
2020-07-10
Tom Lane
Doc: update or remove dead external links.
commit
|
commitdiff
|
tree
2020-07-10
Peter Eisentraut
Add missing <application> tags in application doc ...
commit
|
commitdiff
|
tree
2020-07-10
Michael Paquier
Revert "Remove reset of testtablespace from pg_regress...
commit
|
commitdiff
|
tree
2020-07-10
Peter Eisentraut
Log the location field before any backtrace
commit
|
commitdiff
|
tree
2020-07-10
Alvaro Herrera
Remove WARNING message from brin_desummarize_range
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Fix pg_current_logfile() to not emit a carriage return...
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Further tighten Windows CRLF conversion in our TAP...
commit
|
commitdiff
|
tree
2020-07-09
Peter Eisentraut
pg_dump: Further reorganize getTableAttrs()
commit
|
commitdiff
|
tree
2020-07-09
Fujii Masao
doc: Correct the description about the length of pg_sta...
commit
|
commitdiff
|
tree
2020-07-09
Tom Lane
Tighten up Windows CRLF conversion in our TAP test...
commit
|
commitdiff
|
tree
2020-07-08
David Rowley
Fix whitespace in HashAgg EXPLAIN ANALYZE
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
code: replace most remaining uses of 'master'.
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
docs: replace 'master process' with 'supervisor process...
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
docs: replace 'master' with 'root' where appropriate.
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
docs: replace 'master' with 'primary' where appropriate.
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
code: replace 'master' with 'leader' where appropriate.
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
code: replace 'master' with 'primary' where appropriate.
commit
|
commitdiff
|
tree
2020-07-08
Andres Freund
tap tests: replace 'master' with 'primary'.
commit
|
commitdiff
|
tree
2020-07-08
Alvaro Herrera
Don't treat DumpOptions->dump_inserts like a boolean
commit
|
commitdiff
|
tree
2020-07-08
Tom Lane
Add test coverage for pg_current_logfile() function.
commit
|
commitdiff
|
tree
2020-07-08
Fujii Masao
Fix incorrect variable datatype.
commit
|
commitdiff
|
tree
2020-07-08
Peter Eisentraut
Remove junk in test file
commit
|
commitdiff
|
tree
2020-07-08
Magnus Hagander
Fix typo
commit
|
commitdiff
|
tree
2020-07-08
Fujii Masao
Fix function name in comment.
commit
|
commitdiff
|
tree
2020-07-08
Michael Paquier
doc: Fix inconsistencies in GIN, BRIN and SP-GiST for...
commit
|
commitdiff
|
tree
2020-07-07
Tom Lane
Un-break pg_upgrade from pre-v12 servers.
commit
|
commitdiff
|
tree
2020-07-07
Tom Lane
Don't create pg_type entries for sequences or toast...
commit
|
commitdiff
|
tree
2020-07-07
Alvaro Herrera
Morph pg_replication_slots.min_safe_lsn to safe_wal_size
commit
|
commitdiff
|
tree
2020-07-07
Magnus Hagander
Check ssl_in_use flag when reporting statistics
commit
|
commitdiff
|
tree
2020-07-07
Peter Eisentraut
Resolve gratuitous tabs in test SQL file
commit
|
commitdiff
|
tree
2020-07-06
Peter Geoghegan
Remove unnecessary PageIsEmpty() nbtree build check.
commit
|
commitdiff
|
tree
2020-07-06
Tom Lane
Create composite array types for initdb-created relations.
commit
|
commitdiff
|
tree
2020-07-06
Peter Eisentraut
Fix typo in test
commit
|
commitdiff
|
tree
2020-07-06
Fujii Masao
doc: Add note about possible performance overhead by...
commit
|
commitdiff
|
tree
2020-07-06
Michael Paquier
Refactor routines for name lookups of procedures and...
commit
|
commitdiff
|
tree
2020-07-06
Amit Kapila
Remove extra whitespace in comments atop ReorderBufferC...
commit
|
commitdiff
|
tree
2020-07-06
Michael Paquier
Add new flag to format_type_extended() to get NULL...
commit
|
commitdiff
|
tree
2020-07-06
Amit Kapila
Remove unused function parameter in end_parallel_vacuum.
commit
|
commitdiff
|
tree
2020-07-06
Michael Paquier
Improve perl script in MSVC to build binaries
commit
|
commitdiff
|
tree
2020-07-05
Tom Lane
Inline the fast path of plpgsql's exec_cast_value().
commit
|
commitdiff
|
tree
2020-07-05
Peter Eisentraut
doc: Spell checking
commit
|
commitdiff
|
tree
2020-07-05
Michael Paquier
doc: Fix incorrect reference to textout in plpgsql...
commit
|
commitdiff
|
tree
2020-07-05
Peter Eisentraut
Rename enable_incrementalsort for clarity
commit
|
commitdiff
|
tree
2020-07-04
Joe Conway
Fix "ignoring return value" complaints from commit...
commit
|
commitdiff
|
tree
2020-07-04
Joe Conway
Read until EOF vice stat-reported size in read_binary_file
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Clamp total-tuples estimates for foreign tables to...
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Fix temporary tablespaces for shared filesets some...
commit
|
commitdiff
|
tree
2020-07-03
Tom Lane
Inline plpgsql's exec_stmt() into exec_stmts().
commit
|
commitdiff
|
tree
2020-07-03
Magnus Hagander
Fix temporary tablespaces for shared filesets
commit
|
commitdiff
|
tree
2020-07-03
Fujii Masao
doc: Correct description of restart_lsn in pg_replicati...
commit
|
commitdiff
|
tree
2020-07-03
Fujii Masao
Change default of pg_stat_statements.track_planning...
commit
|
commitdiff
|
tree
2020-07-02
Peter Geoghegan
Initialize work_mem using current guc.c default.
commit
|
commitdiff
|
tree
2020-07-02
Peter Geoghegan
nbtree: Rename _bt_search() variables.
commit
|
commitdiff
|
tree
2020-07-02
Michael Paquier
Move description of libpqwalreceiver hooks out of the...
commit
|
commitdiff
|
tree
2020-07-01
Michael Paquier
Refactor ObjectAddress field assignments in more places
commit
|
commitdiff
|
tree
2020-07-01
Amit Kapila
Improve vacuum error context handling.
commit
|
commitdiff
|
tree
2020-07-01
Michael Paquier
Refactor creation of normal dependency records when...
commit
|
commitdiff
|
tree
2020-07-01
Michael Paquier
Fix removal of files generated by TAP tests for SSL
commit
|
commitdiff
|
tree
2020-07-01
David Rowley
Further adjustments to Hashagg EXPLAIN ANALYZE output
commit
|
commitdiff
|
tree
2020-06-30
Michael Meskes
Fix ecpg crash with bytea and cursor variables.
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: clarify that storage parameter values are optional
commit
|
commitdiff
|
tree
2020-06-30
Bruce Momjian
doc: change pg_upgrade wal_level to be not minimal
commit
|
commitdiff
|
tree
2020-06-30
Fujii Masao
Add +(pg_lsn,numeric) and -(pg_lsn,numeric) operators.
commit
|
commitdiff
|
tree
2020-06-30
Michael Paquier
Prevent compilation of frontend-only files in src/commo...
commit
|
commitdiff
|
tree
2020-06-29
Peter Eisentraut
pgstattuple: Have pgstattuple_approx accept TOAST tables
commit
|
commitdiff
|
tree
2020-06-29
Tom Lane
Remove support for timezone "posixrules" file.
commit
|
commitdiff
|
tree
2020-06-29
Tom Lane
Mop up some no-longer-necessary hacks around printf...
commit
|
commitdiff
|
tree
2020-06-29
Peter Geoghegan
nbtree: Correct inaccurate split location comment.
commit
|
commitdiff
|
tree
2020-06-29
Tom Lane
Avoid using %c printf format for potentially non-ASCII...
commit
|
commitdiff
|
tree
2020-06-29
Peter Eisentraut
Add current substring regular expression syntax
commit
|
commitdiff
|
tree
2020-06-29
Peter Eisentraut
Clean up grammar a bit
commit
|
commitdiff
|
tree
2020-06-29
Michael Paquier
Refactor ObjectAddress field assignments for type depen...
commit
|
commitdiff
|
tree
2020-06-28
Noah Misch
Fix documentation of "must be vacuumed within" warning.
commit
|
commitdiff
|
tree
2020-06-27
Tom Lane
Fix list of SSL error codes for older OpenSSL versions.
commit
|
commitdiff
|
tree
2020-06-27
Tom Lane
Add hints about protocol-version-related SSL connection...
commit
|
commitdiff
|
tree
2020-06-27
Tom Lane
Change libpq's default ssl_min_protocol_version to...
commit
|
commitdiff
|
tree
2020-06-27
Amit Kapila
Remove duplicate check added by commit b2a5545bd6.
commit
|
commitdiff
|
tree
2020-06-27
Alvaro Herrera
Persist slot invalidation correctly
commit
|
commitdiff
|
tree
next