projects
/
postgresql.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql.git
2017-03-08
Magnus Hagander
Fix grammar
commit
|
commitdiff
|
tree
2017-03-08
Peter Eisentraut
Fix segfault in ALTER PUBLICATION/SUBSCRIPTION RENAME
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
hash: Refactor hash index creation.
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Improve postgresql.conf.sample comments about parallel...
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Properly initialize variable.
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Invent start_proc parameters for PL/Tcl.
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Clean up test_ifaddrs a bit.
commit
|
commitdiff
|
tree
2017-03-07
Heikki Linnakangas
A collection of small fixes for the SCRAM patch.
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Consider parallel merge joins.
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Fix pgbench's failure to honor the documented long...
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Give partitioned table "p" in regression tests a less...
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Fix relcache reference leak.
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Remove duplicated word.
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Document what values postgres_fdw sets for each paramet...
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Fix wrong word in comment.
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Remove vestigial grammar support for CHARACTER ......
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Preparatory refactoring for parallel merge join support.
commit
|
commitdiff
|
tree
2017-03-07
Robert Haas
Fix parallel hash join path search.
commit
|
commitdiff
|
tree
2017-03-07
Stephen Frost
psql: Add \gx command
commit
|
commitdiff
|
tree
2017-03-07
Simon Riggs
Allow pg_dumpall to dump roles w/o user passwords
commit
|
commitdiff
|
tree
2017-03-07
Heikki Linnakangas
Fix comments in SCRAM-SHA-256 patch.
commit
|
commitdiff
|
tree
2017-03-07
Simon Riggs
Ensure ThisTimeLineID is valid before START_REPLICATION
commit
|
commitdiff
|
tree
2017-03-07
Heikki Linnakangas
Add regression tests for passwords.
commit
|
commitdiff
|
tree
2017-03-07
Heikki Linnakangas
Support SCRAM-SHA-256 authentication (RFC 5802 and...
commit
|
commitdiff
|
tree
2017-03-07
Heikki Linnakangas
Refactor SHA2 functions and move them to src/common/.
commit
|
commitdiff
|
tree
2017-03-07
Stephen Frost
pg_dump: Properly handle public schema ACLs with -...
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Repair incorrect pg_dump labeling for some comments...
commit
|
commitdiff
|
tree
2017-03-06
Andres Freund
Make simplehash.h grow hashtable in additional cases.
commit
|
commitdiff
|
tree
2017-03-06
Stephen Frost
pg_upgrade: Fix large object COMMENTS, SECURITY LABELS
commit
|
commitdiff
|
tree
2017-03-06
Tom Lane
Avoid dangling pointer to relation name in RLS code...
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Combine several DROP variants into generic DropStmt
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Allow dropping multiple functions at once
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Replace LookupFuncNameTypeNames() with LookupFuncWithArgs()
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Remove objname/objargs split for referring to objects
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Add operator_with_argtypes grammar rule
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Use class_args field in opclass_drop
commit
|
commitdiff
|
tree
2017-03-06
Robert Haas
Fix incorrect comments.
commit
|
commitdiff
|
tree
2017-03-06
Robert Haas
Mark pg_start_backup and pg_stop_backup as parallel...
commit
|
commitdiff
|
tree
2017-03-06
Robert Haas
Fix user-after-free bug.
commit
|
commitdiff
|
tree
2017-03-06
Peter Eisentraut
Reorder the asynchronous libpq calls for replication...
commit
|
commitdiff
|
tree
2017-03-06
Simon Riggs
Enhance docs for ALTER TABLE lock levels of storage...
commit
|
commitdiff
|
tree
2017-03-06
Simon Riggs
Reduce lock levels for table storage params related...
commit
|
commitdiff
|
tree
2017-03-06
Simon Riggs
Allow partitioned tables to be dropped without CASCADE
commit
|
commitdiff
|
tree
2017-03-04
Tom Lane
In rebuild_relation(), don't access an already-closed...
commit
|
commitdiff
|
tree
2017-03-04
Peter Eisentraut
pg_dump: Fix ordering
commit
|
commitdiff
|
tree
2017-03-04
Peter Eisentraut
Disallow CREATE/DROP SUBSCRIPTION in transaction block
commit
|
commitdiff
|
tree
2017-03-04
Peter Eisentraut
Fix parsing of DROP SUBSCRIPTION ... DROP SLOT
commit
|
commitdiff
|
tree
2017-03-04
Andres Freund
Fix two recently introduced grammar errors in mmgr...
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
doc: Put callouts in SQL comments
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
psql: Add tab completion for logical replication
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
Add RENAME support for PUBLICATIONs and SUBSCRIPTIONs
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
Fix after trigger execution in logical replication
commit
|
commitdiff
|
tree
2017-03-03
Peter Eisentraut
Use asynchronous connect API in libpqwalreceiver
commit
|
commitdiff
|
tree
2017-03-03
Simon Riggs
Allow vacuums to report oldestxmin
commit
|
commitdiff
|
tree
2017-03-03
Robert Haas
Add pg_current_logfile() function.
commit
|
commitdiff
|
tree
2017-03-03
Robert Haas
Notify bgworker registrant after freeing worker slot.
commit
|
commitdiff
|
tree
2017-03-03
Robert Haas
Improve error reporting for tuple-routing failures.
commit
|
commitdiff
|
tree
2017-03-02
Peter Eisentraut
Correct old release note item
commit
|
commitdiff
|
tree
2017-03-02
Tom Lane
Update documentation of tsquery_phrase().
commit
|
commitdiff
|
tree
2017-03-02
Robert Haas
Refactor bitmap heap scan in preparation for parallel...
commit
|
commitdiff
|
tree
2017-03-02
Robert Haas
Don't uselessly rewrite, truncate, VACUUM, or ANALYZE...
commit
|
commitdiff
|
tree
2017-03-02
Robert Haas
Update comments overlooked by 2f5c9d9c9cec436e55847ec58...
commit
|
commitdiff
|
tree
2017-03-02
Noah Misch
Handle unaligned SerializeSnapshot() buffer.
commit
|
commitdiff
|
tree
2017-03-01
Alvaro Herrera
Create <sect3> in the functions-xml section
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
Fix timeouts in PostgresNode::psql
commit
|
commitdiff
|
tree
2017-03-01
Andres Freund
Fix s/ITERTOR/ITERATOR/ typo in simplehash.h.
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
Fix naming inconsistency
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
Collect duplicate copies of oid_cmp()
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
Move atooid() definition to a central place
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
psql: Add tab completion for DEALLOCATE
commit
|
commitdiff
|
tree
2017-03-01
Robert Haas
hash: Refactor and clean up bucket split code.
commit
|
commitdiff
|
tree
2017-03-01
Andres Freund
Fix assertion failure due to over-eager code deduplication.
commit
|
commitdiff
|
tree
2017-03-01
Andres Freund
Overhaul memory management README.
commit
|
commitdiff
|
tree
2017-03-01
Andres Freund
Reduce size of common allocation header.
commit
|
commitdiff
|
tree
2017-02-28
Peter Eisentraut
Use proper enum constants for LockWaitPolicy
commit
|
commitdiff
|
tree
2017-02-28
Magnus Hagander
Fix incorrect variable datatype
commit
|
commitdiff
|
tree
2017-02-27
Tom Lane
Allow index AMs to return either HeapTuple or IndexTupl...
commit
|
commitdiff
|
tree
2017-02-27
Robert Haas
hash: Refactor overflow page allocation.
commit
|
commitdiff
|
tree
2017-02-27
Robert Haas
hash: Refactor bucket squeeze code.
commit
|
commitdiff
|
tree
2017-02-27
Tom Lane
Remove PL/Tcl's "module" facility.
commit
|
commitdiff
|
tree
2017-02-27
Peter Eisentraut
chomp PQerrorMessage() in backend uses
commit
|
commitdiff
|
tree
2017-02-27
Andres Freund
Use the new "Slab" context for some allocations in...
commit
|
commitdiff
|
tree
2017-02-27
Andres Freund
Add "Slab" MemoryContext implementation for efficient...
commit
|
commitdiff
|
tree
2017-02-27
Andres Freund
Make useful infrastructure from aset.c generally available.
commit
|
commitdiff
|
tree
2017-02-26
Magnus Hagander
Add missing progname prefix to some messages
commit
|
commitdiff
|
tree
2017-02-26
Magnus Hagander
Clarify the role of checkpoint at the begininng of...
commit
|
commitdiff
|
tree
2017-02-26
Robert Haas
TAP tests for target_session_attrs connection parameter.
commit
|
commitdiff
|
tree
2017-02-26
Robert Haas
Basic tab completion for partitioning.
commit
|
commitdiff
|
tree
2017-02-26
Robert Haas
Allow custom and foreign scans to have shutdown callbacks.
commit
|
commitdiff
|
tree
2017-02-25
Tom Lane
Put back #include <windows.h> in dirmod.c.
commit
|
commitdiff
|
tree
2017-02-25
Tom Lane
Remove some configure header-file checks that we weren...
commit
|
commitdiff
|
tree
2017-02-25
Tom Lane
Remove useless duplicate inclusions of system header...
commit
|
commitdiff
|
tree
2017-02-25
Bruce Momjian
pg_upgrade docs: clarify instructions on standby exten...
commit
|
commitdiff
|
tree
2017-02-24
Tom Lane
Suppress compiler warnings in ecpg test on newer Window...
commit
|
commitdiff
|
tree
2017-02-24
Tom Lane
Fix unportable definition of BSWAP64() macro.
commit
|
commitdiff
|
tree
2017-02-24
Robert Haas
Make tablesample work with partitioned tables.
commit
|
commitdiff
|
tree
2017-02-24
Tom Lane
Add an Assert that enum_cmp_internal() gets passed...
commit
|
commitdiff
|
tree
2017-02-23
Tom Lane
Consistently declare timestamp variables as TimestampTz.
commit
|
commitdiff
|
tree
2017-02-23
Tom Lane
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
commit
|
commitdiff
|
tree
next