projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2017-03-13
Peter Eisentraut
Fix compiler warning
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Peter Eisentraut
Change xlog to WAL in some error messages
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Heikki Linnakangas
Use radix tree for character encoding conversions.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Heikki Linnakangas
Remove obsolete references to JIS0201.TXT JIS0208.TXT.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Peter Eisentraut
initdb: Re-add translatable string that got lost
commit
|
commitdiff
|
tree
|
snapshot
2017-03-13
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Noah Misch
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Noah Misch
Recommend wrappers of PG_DETOAST_DATUM_PACKED().
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Noah Misch
Fix pg_file_write() error handling.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Noah Misch
Assume deconstruct_array() outputs are untoasted.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Noah Misch
Fix comment about length of text, bytea, etc.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Tom Lane
Add "break"s to make it clearer what will happen in...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Tom Lane
Fix typo in initdb's SCRAM password processing.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-12
Tom Lane
Remove dead code in nodeGatherMerge.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Andres Freund
Improve expression evaluation test coverage.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Joe Conway
Fix ancient connection leak in dblink
commit
|
commitdiff
|
tree
|
snapshot
2017-03-11
Tom Lane
Add a "subtransaction" command to PL/Tcl.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Improve postmaster's logging of listen socket creation.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Peter Eisentraut
pg_dump: Fix dumping of publications
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Reduce log verbosity of startup/shutdown for launcher...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Robert Haas
Revert "Use group updates when setting transaction...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Andres Freund
Enable 64 bit atomics on ARM64.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Sanitize newlines in object names in "pg_restore -l...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Change the relkind for partitioned tables from 'P'...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Un-break things on IPv6-less platforms.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Peter Eisentraut
Improve gitignore file
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Peter Eisentraut
dblink: Change some StringInfo to StringInfoData
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Peter Eisentraut
dblink: Replace some macros by static functions
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Michael Meskes
Fix a potential double-free in ecpg.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Fix hard-coded relkind constants in assorted other...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Andres Freund
amcheck: editorialize variable name & comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
contrib/amcheck needs RecentGlobalXmin to be PGDLLIMPOR...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Add .gitignore to contrib/amcheck.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Fix hard-coded relkind constants in assorted src/bin...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Fix portability problem in Catalog.pm.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Fix hard-coded relkind constants in psql/describe.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Stephen Frost
pgstattuple: Fix typo partitiond -> partitioned
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Andres Freund
Add amcheck extension to contrib.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Fix hard-coded relkind constants in pg_dump.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-10
Tom Lane
Make CppAsString2() more visible in c.h.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Throw an error if a DATA() line contains wrong # of...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Use group updates when setting transaction status in...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Tom Lane
Fix timestamptz regression test to still work with...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Stephen Frost
Add relkind checks to certain contrib modules
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Document lack of validation when attaching foreign...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Document some new parallel query capabilities.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Fix bug in parallel tidbitmap iteration.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Fix a couple of planner bugs in Gather Merge.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Peter Eisentraut
Use SQL standard error code for nextval
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Peter Eisentraut
Enable replication connections by default in pg_hba...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Robert Haas
Add a Gather Merge executor node.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Tom Lane
Fix inclusions of c.h from .h files.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-09
Tom Lane
Fix inclusions of postgres_fe.h from .h files.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Bring plpgsql into line with header inclusion policy.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Document intentional violations of header inclusion...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Suppress compiler warning in slab.c.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Suppress compiler warning in non-USE_LIBXML builds.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Put back <float.h> in a few files that need it for...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Stephen Frost
Expose explain's SUMMARY option
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Silence compiler warnings in BitmapHeapNext().
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Use doubly-linked block lists in aset.c to reduce large...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Robert Haas
Support parallel bitmap heap scans.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Fujii Masao
Prevent logical rep workers with removed subscriptions...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Alvaro Herrera
Fix XMLTABLE on older libxml2
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Robert Haas
Add tests for foreign partitions.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Alvaro Herrera
Support XMLTABLE query expression
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Tom Lane
Silence compiler warnings in tbm_prepare_shared_iterate().
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Peter Eisentraut
pg_waldump: Remove extra newline in error message
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Fujii Masao
Fix connection leak in DROP SUBSCRIPTION command, take 2.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Peter Eisentraut
Create INSTALL file via XSLT
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Robert Haas
Remove inclusion of postgres.h from a few header files.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Robert Haas
Fix parallel index and index-only scans to fall back...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Robert Haas
tidbitmap: Support shared iteration.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Magnus Hagander
Fix grammar
commit
|
commitdiff
|
tree
|
snapshot
2017-03-08
Peter Eisentraut
Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
hash: Refactor hash index creation.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Improve postgresql.conf.sample comments about parallel...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Properly initialize variable.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Tom Lane
Invent start_proc parameters for PL/Tcl.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Tom Lane
Clean up test_ifaddrs a bit.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Heikki Linnakangas
A collection of small fixes for the SCRAM patch.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Consider parallel merge joins.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Tom Lane
Fix pgbench's failure to honor the documented long...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Give partitioned table "p" in regression tests a less...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Fix relcache reference leak.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Remove duplicated word.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Document what values postgres_fdw sets for each paramet...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Fix wrong word in comment.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Tom Lane
Remove vestigial grammar support for CHARACTER ......
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Preparatory refactoring for parallel merge join support.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Robert Haas
Fix parallel hash join path search.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Stephen Frost
psql: Add \gx command
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Simon Riggs
Allow pg_dumpall to dump roles w/o user passwords
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Heikki Linnakangas
Fix comments in SCRAM-SHA-256 patch.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Simon Riggs
Ensure ThisTimeLineID is valid before START_REPLICATION
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Heikki Linnakangas
Add regression tests for passwords.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Heikki Linnakangas
Support SCRAM-SHA-256 authentication (RFC 5802 and...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Heikki Linnakangas
Refactor SHA2 functions and move them to src/common/.
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Stephen Frost
pg_dump: Properly handle public schema ACLs with -...
commit
|
commitdiff
|
tree
|
snapshot
2017-03-07
Tom Lane
Repair incorrect pg_dump labeling for some comments...
commit
|
commitdiff
|
tree
|
snapshot
next