projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2018-02-03
Peter Eisentraut
doc: Clarify psql --list documentation a bit more
commit
|
commitdiff
|
tree
2018-02-03
Tom Lane
Minor copy-editing for 10.2 release notes.
commit
|
commitdiff
|
tree
2018-02-03
Peter Eisentraut
doc: Fix index link
commit
|
commitdiff
|
tree
2018-02-02
Tom Lane
Fix another instance of unsafe coding for shm_toc_looku...
commit
|
commitdiff
|
tree
2018-02-02
Tom Lane
Be more wary about shm_toc_lookup failure.
commit
|
commitdiff
|
tree
2018-02-02
Tom Lane
First-draft release notes for 10.2.
commit
|
commitdiff
|
tree
2018-02-02
Peter Eisentraut
Fix application of identity values in some cases
commit
|
commitdiff
|
tree
2018-02-02
Robert Haas
Support parallel btree index builds.
commit
|
commitdiff
|
tree
2018-02-02
Robert Haas
Refactor code for partition bound searching
commit
|
commitdiff
|
tree
2018-02-02
Robert Haas
Add new function WaitForParallelWorkersToAttach.
commit
|
commitdiff
|
tree
2018-02-02
Stephen Frost
Improve ALTER TABLE synopsis
commit
|
commitdiff
|
tree
2018-02-01
Robert Haas
Fix possible failure to mark hash metapage dirty.
commit
|
commitdiff
|
tree
2018-02-01
Bruce Momjian
psql: Add quit/help behavior/hint, for other tool...
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: fix trigger inheritance wording
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: clarify major/minor pg_upgrade versions with...
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: clearify trigger behavior for inheritance
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: in contrib-spi, mention and link to the meaning...
commit
|
commitdiff
|
tree
2018-01-31
Robert Haas
Fix typo: colums -> columns.
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: Improve pg_upgrade rsync examples to use clusterdir
commit
|
commitdiff
|
tree
2018-01-31
Robert Haas
pgcrypto's encrypt() supports AES-128, AES-192, and...
commit
|
commitdiff
|
tree
2018-01-31
Bruce Momjian
doc: mention datadir locations are actually config...
commit
|
commitdiff
|
tree
2018-01-31
Robert Haas
Fix list partition constraints for partition keys of...
commit
|
commitdiff
|
tree
2018-01-31
Robert Haas
pg_prewarm: Add missing LWLockRegisterTranche call.
commit
|
commitdiff
|
tree
2018-01-31
Peter Eisentraut
Refactor client-side SSL certificate checking code
commit
|
commitdiff
|
tree
2018-01-30
Peter Eisentraut
Fix up references to scram-sha-256
commit
|
commitdiff
|
tree
2018-01-30
Robert Haas
Fix test case for 'outer pathkeys do not match mergecla...
commit
|
commitdiff
|
tree
2018-01-30
Peter Eisentraut
Add some noreturn attributes to help static analyzers
commit
|
commitdiff
|
tree
2018-01-30
Peter Eisentraut
Silence complaint about dead assignment
commit
|
commitdiff
|
tree
2018-01-30
Peter Eisentraut
Remove dead assignment
commit
|
commitdiff
|
tree
2018-01-29
Andres Freund
Introduce ExecQualAndReset() helper.
commit
|
commitdiff
|
tree
2018-01-29
Tom Lane
Save a few bytes by removing useless last argument...
commit
|
commitdiff
|
tree
2018-01-29
Andres Freund
Initialize unused ExprEvalStep fields.
commit
|
commitdiff
|
tree
2018-01-29
Peter Eisentraut
doc: Clarify pg_upgrade documentation
commit
|
commitdiff
|
tree
2018-01-29
Andres Freund
Prevent growth of simplehash tables when they're "too...
commit
|
commitdiff
|
tree
2018-01-29
Andres Freund
Improve bit perturbation in TupleHashTableHash.
commit
|
commitdiff
|
tree
2018-01-29
Tom Lane
Avoid misleading psql password prompt when username...
commit
|
commitdiff
|
tree
2018-01-28
Tom Lane
Add stack-overflow guards in set-operation planning.
commit
|
commitdiff
|
tree
2018-01-28
Bruce Momjian
C includes: Reorder C includes in partition.c
commit
|
commitdiff
|
tree
2018-01-27
Tom Lane
Update time zone data files to tzdata release 2018c.
commit
|
commitdiff
|
tree
2018-01-27
Tom Lane
Avoid crash during EvalPlanQual recheck of an inner...
commit
|
commitdiff
|
tree
2018-01-27
Magnus Hagander
Add missing semicolons in documentation examples
commit
|
commitdiff
|
tree
2018-01-26
Tom Lane
Avoid unnecessary use of pg_strcasecmp for already...
commit
|
commitdiff
|
tree
2018-01-26
Robert Haas
Factor some code out of create_grouping_paths.
commit
|
commitdiff
|
tree
2018-01-26
Tom Lane
Remove the obsolete WITH clause of CREATE FUNCTION.
commit
|
commitdiff
|
tree
2018-01-26
Robert Haas
pageinspect: Fix use of wrong memory context by hash_pa...
commit
|
commitdiff
|
tree
2018-01-26
Peter Eisentraut
Use abstracted SSL API in server connection log messages
commit
|
commitdiff
|
tree
2018-01-26
Peter Eisentraut
Remove byte-masking macros for Datum conversion macros
commit
|
commitdiff
|
tree
2018-01-26
Bruce Momjian
Fix C comment typo
commit
|
commitdiff
|
tree
2018-01-25
Tom Lane
Support --no-comments in pg_dump, pg_dumpall, pg_restore.
commit
|
commitdiff
|
tree
2018-01-25
Tom Lane
Add missing "static" markers.
commit
|
commitdiff
|
tree
2018-01-25
Tom Lane
Clean up some aspects of pg_dump/pg_restore item-select...
commit
|
commitdiff
|
tree
2018-01-25
Alvaro Herrera
Ignore partitioned indexes where appropriate
commit
|
commitdiff
|
tree
2018-01-25
Tom Lane
Improve pg_dump's handling of "special" built-in objects.
commit
|
commitdiff
|
tree
2018-01-25
Peter Eisentraut
Update documentation to mention huge pages on other...
commit
|
commitdiff
|
tree
2018-01-25
Peter Eisentraut
Remove use of byte-masking macros in record_image_cmp
commit
|
commitdiff
|
tree
2018-01-25
Peter Eisentraut
Allow spaces in connection strings in SSL tests
commit
|
commitdiff
|
tree
2018-01-24
Robert Haas
Avoid referencing off the end of subplan_partition_offsets.
commit
|
commitdiff
|
tree
2018-01-24
Bruce Momjian
doc: properly indent CREATE TRIGGER paragraph
commit
|
commitdiff
|
tree
2018-01-24
Peter Eisentraut
Add tests for record_image_eq and record_image_cmp
commit
|
commitdiff
|
tree
2018-01-24
Bruce Momjian
doc: clarify use of RegisterDynamicBackgroundWorker
commit
|
commitdiff
|
tree
2018-01-24
Tom Lane
Improve implementation of pg_attribute_always_inline.
commit
|
commitdiff
|
tree
2018-01-23
Bruce Momjian
doc: mention psql -l uses the 'postgres' database...
commit
|
commitdiff
|
tree
2018-01-23
Tom Lane
Teach reparameterize_path() to handle AppendPaths.
commit
|
commitdiff
|
tree
2018-01-23
Alvaro Herrera
Remove unnecessary include
commit
|
commitdiff
|
tree
2018-01-23
Tom Lane
Documentation fix: pg_ctl no longer makes connection...
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
pgbench: Remove accidental garbage in test file
commit
|
commitdiff
|
tree
2018-01-23
Robert Haas
Update obsolete sentence in README.parallel.
commit
|
commitdiff
|
tree
2018-01-23
Robert Haas
Report an ERROR if a parallel worker fails to start...
commit
|
commitdiff
|
tree
2018-01-23
Tom Lane
In pg_dump, force reconnection after issuing ALTER...
commit
|
commitdiff
|
tree
2018-01-23
Bruce Momjian
doc: simplify intermediate certificate mention in...
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
Extract common bits from OpenSSL implementation
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
Move SSL API comments to header files
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
Move EDH support to common files
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
Split out documentation of SSL parameters into their...
commit
|
commitdiff
|
tree
2018-01-23
Peter Eisentraut
Add installcheck support to more test suites
commit
|
commitdiff
|
tree
2018-01-22
Tom Lane
Move handling of database properties from pg_dumpall...
commit
|
commitdiff
|
tree
2018-01-22
Tom Lane
Reorder code in pg_dump to dump comments etc in a unifo...
commit
|
commitdiff
|
tree
2018-01-22
Peter Eisentraut
PL/Python: Fix tests for older Python versions
commit
|
commitdiff
|
tree
2018-01-22
Tom Lane
Make pg_dump's ACL, sec label, and comment entries...
commit
|
commitdiff
|
tree
2018-01-22
Peter Eisentraut
Transaction control in PL procedures
commit
|
commitdiff
|
tree
2018-01-22
Magnus Hagander
Fix docs typo
commit
|
commitdiff
|
tree
2018-01-21
Magnus Hagander
Support huge pages on Windows
commit
|
commitdiff
|
tree
2018-01-21
Magnus Hagander
Fix wording of "hostaddrs"
commit
|
commitdiff
|
tree
2018-01-21
Bruce Momjian
doc: update intermediate certificate instructions
commit
|
commitdiff
|
tree
2018-01-20
Peter Eisentraut
Improve type conversion of SPI_processed in Python
commit
|
commitdiff
|
tree
2018-01-20
Tom Lane
Suppress possibly-uninitialized-variable warnings.
commit
|
commitdiff
|
tree
2018-01-19
Peter Eisentraut
PL/Python: Simplify PLyLong_FromInt64
commit
|
commitdiff
|
tree
2018-01-19
Robert Haas
Allow UPDATE to move rows between partitions.
commit
|
commitdiff
|
tree
2018-01-19
Alvaro Herrera
Fix CompareIndexInfo's attnum comparisons
commit
|
commitdiff
|
tree
2018-01-19
Peter Eisentraut
Replace AclObjectKind with ObjectType
commit
|
commitdiff
|
tree
2018-01-19
Peter Eisentraut
Replace GrantObjectType with ObjectType
commit
|
commitdiff
|
tree
2018-01-19
Alvaro Herrera
Fix pg_dump version comparison
commit
|
commitdiff
|
tree
2018-01-19
Alvaro Herrera
Fix regression tests for better stability
commit
|
commitdiff
|
tree
2018-01-19
Alvaro Herrera
Local partitioned indexes
commit
|
commitdiff
|
tree
2018-01-19
Alvaro Herrera
Fix StoreCatalogInheritance1 to use 32bit inhseqno
commit
|
commitdiff
|
tree
2018-01-19
Robert Haas
Transfer state pertaining to pending REINDEX operations...
commit
|
commitdiff
|
tree
2018-01-19
Simon Riggs
Fix typo in recent commit
commit
|
commitdiff
|
tree
2018-01-19
Peter Eisentraut
Update comment
commit
|
commitdiff
|
tree
2018-01-18
Peter Eisentraut
Fix typo and improve punctuation
commit
|
commitdiff
|
tree
2018-01-18
Peter Eisentraut
Add tests for session_replication_role
commit
|
commitdiff
|
tree
next