projects
/
users
/
bernd
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/bernd/postgres.git
2017-03-13
Tom Lane
Remove unnecessary dependency on statement_timeout...
commit
|
commitdiff
|
tree
2017-03-13
Michael Meskes
Ecpg should support COMMIT PREPARED and ROLLBACK PREPARED.
commit
|
commitdiff
|
tree
2017-03-12
Noah Misch
Fix pg_file_write() error handling.
commit
|
commitdiff
|
tree
2017-03-11
Joe Conway
Fix ancient connection leak in dblink
commit
|
commitdiff
|
tree
2017-03-10
Tom Lane
Sanitize newlines in object names in "pg_restore -l...
commit
|
commitdiff
|
tree
2017-03-10
Michael Meskes
Fix a potential double-free in ecpg.
commit
|
commitdiff
|
tree
2017-03-09
Tom Lane
Fix timestamptz regression test to still work with...
commit
|
commitdiff
|
tree
2017-03-08
Tom Lane
Use doubly-linked block lists in aset.c to reduce large...
commit
|
commitdiff
|
tree
2017-03-08
Peter Eisentraut
pg_xlogdump: Remove extra newline in error message
commit
|
commitdiff
|
tree
2017-03-08
Magnus Hagander
Fix grammar
commit
|
commitdiff
|
tree
2017-03-07
Tom Lane
Fix pgbench's failure to honor the documented long...
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
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-04
Tom Lane
In rebuild_relation(), don't access an already-closed...
commit
|
commitdiff
|
tree
2017-03-02
Tom Lane
Update documentation of tsquery_phrase().
commit
|
commitdiff
|
tree
2017-03-02
Noah Misch
Handle unaligned SerializeSnapshot() buffer.
commit
|
commitdiff
|
tree
2017-03-01
Peter Eisentraut
Fix timeouts in PostgresNode::psql
commit
|
commitdiff
|
tree
2017-02-28
Magnus Hagander
Fix incorrect variable datatype
commit
|
commitdiff
|
tree
2017-02-25
Bruce Momjian
pg_upgrade docs: clarify instructions on standby exten...
commit
|
commitdiff
|
tree
2017-02-24
Tom Lane
Fix unportable definition of BSWAP64() macro.
commit
|
commitdiff
|
tree
2017-02-22
Tom Lane
Fix contrib/pg_trgm's extraction of trigrams from regul...
commit
|
commitdiff
|
tree
2017-02-21
Fujii Masao
Make walsender always initialize the buffers.
commit
|
commitdiff
|
tree
2017-02-21
Tom Lane
Fix sloppy handling of corner-case errors in fd.c.
commit
|
commitdiff
|
tree
2017-02-21
Peter Eisentraut
doc: Update URL for plr
commit
|
commitdiff
|
tree
2017-02-20
Tom Lane
Fix documentation of to_char/to_timestamp TZ, tz, OF...
commit
|
commitdiff
|
tree
2017-02-19
Tom Lane
Make src/interfaces/libpq/test clean up after itself.
commit
|
commitdiff
|
tree
2017-02-19
Tom Lane
Adjust PL/Tcl regression test to dodge a possible bug...
commit
|
commitdiff
|
tree
2017-02-18
Magnus Hagander
Fix help message for pg_basebackup -R
commit
|
commitdiff
|
tree
2017-02-17
Tom Lane
Document usage of COPT environment variable for adjusti...
commit
|
commitdiff
|
tree
2017-02-17
Peter Eisentraut
pg_dump: Fix typo in query
commit
|
commitdiff
|
tree
2017-02-16
Tom Lane
Doc: remove duplicate index entry.
commit
|
commitdiff
|
tree
2017-02-15
Tom Lane
Formatting and docs corrections for logical decoding...
commit
|
commitdiff
|
tree
2017-02-15
Tom Lane
Doc: fix typo in logicaldecoding.sgml.
commit
|
commitdiff
|
tree
2017-02-15
Tom Lane
Make sure that hash join's bulk-tuple-transfer loops...
commit
|
commitdiff
|
tree
2017-02-15
Tom Lane
Fix tab completion for "ALTER SYSTEM SET variable ...
commit
|
commitdiff
|
tree
2017-02-15
Tom Lane
Fix YA unwanted behavioral difference with operator_pre...
commit
|
commitdiff
|
tree
2017-02-14
Robert Haas
Corrections and improvements to generic parallel query...
commit
|
commitdiff
|
tree
2017-02-12
Noah Misch
Ignore tablespace ACLs when ignoring schema ACLs.
commit
|
commitdiff
|
tree
2017-02-09
Tom Lane
Blind try to fix portability issue in commit 8f93bd851...
commit
|
commitdiff
|
tree
2017-02-08
Tom Lane
Fix roundoff problems in float8_timestamptz() and make_...
commit
|
commitdiff
|
tree
2017-02-07
Tom Lane
Correct thinko in last-minute release note item.
commit
|
commitdiff
|
tree
2017-02-06
Tom Lane
Stamp 9.6.2.
commit
|
commitdiff
|
tree
2017-02-06
Tom Lane
Release notes for 9.6.2, 9.5.6, 9.4.11, 9.3.16, 9.2.20.
commit
|
commitdiff
|
tree
2017-02-06
Tom Lane
Avoid returning stale attribute bitmaps in RelationGetI...
commit
|
commitdiff
|
tree
2017-02-06
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2017-02-06
Peter Eisentraut
Add missing newline to error messages
commit
|
commitdiff
|
tree
2017-02-06
Heikki Linnakangas
Fix typo also in expected output.
commit
|
commitdiff
|
tree
2017-02-06
Heikki Linnakangas
Fix typos in comments.
commit
|
commitdiff
|
tree
2017-02-03
Tom Lane
Fix placement of initPlans when forcibly materializing...
commit
|
commitdiff
|
tree
2017-02-02
Heikki Linnakangas
Add KOI8-U map files to Makefile.
commit
|
commitdiff
|
tree
2017-02-01
Andrew Dunstan
Don't count background workers against a user's connect...
commit
|
commitdiff
|
tree
2017-01-31
Stephen Frost
pg_dump: Fix handling of ALTER DEFAULT PRIVILEGES
commit
|
commitdiff
|
tree
2017-01-31
Stephen Frost
test_pg_dump: perltidy cleanup
commit
|
commitdiff
|
tree
2017-01-30
Tom Lane
Update time zone data files to tzdata release 2016j.
commit
|
commitdiff
|
tree
2017-01-30
Stephen Frost
Handle ALTER EXTENSION ADD/DROP with pg_init_privs
commit
|
commitdiff
|
tree
2017-01-30
Stephen Frost
test_pg_dump TAP test whitespace cleanup
commit
|
commitdiff
|
tree
2017-01-27
Tom Lane
Orthography fixes for new castNode() macro.
commit
|
commitdiff
|
tree
2017-01-27
Simon Riggs
Check interrupts during hot standby waits
commit
|
commitdiff
|
tree
2017-01-27
Andres Freund
Add castNode(type, ptr) for safe casting between NodeTa...
commit
|
commitdiff
|
tree
2017-01-26
Alvaro Herrera
Remove test for COMMENT ON DATABASE
commit
|
commitdiff
|
tree
2017-01-26
Simon Riggs
Reset hot standby xmin after restart
commit
|
commitdiff
|
tree
2017-01-26
Tom Lane
Ensure that a tsquery like '!foo' matches empty tsvectors.
commit
|
commitdiff
|
tree
2017-01-24
Tatsuo Ishii
Fix comments in StrategyNotifyBgWriter().
commit
|
commitdiff
|
tree
2017-01-23
Peter Eisentraut
doc: Update URL for Microsoft download site
commit
|
commitdiff
|
tree
2017-01-20
Robert Haas
Avoid useless respawining the autovacuum launcher at...
commit
|
commitdiff
|
tree
2017-01-19
Stephen Frost
Dump sequence data based on the TableDataInfo flag
commit
|
commitdiff
|
tree
2017-01-18
Tom Lane
Reset the proper GUC in create_index test.
commit
|
commitdiff
|
tree
2017-01-18
Alvaro Herrera
Change some test macros to return true booleans
commit
|
commitdiff
|
tree
2017-01-18
Tom Lane
Disable transforms that replaced AT TIME ZONE with...
commit
|
commitdiff
|
tree
2017-01-17
Fujii Masao
Fix an assertion failure related to an exclusive backup.
commit
|
commitdiff
|
tree
2017-01-14
Tom Lane
Throw suitable error for COPY TO STDOUT/FROM STDIN...
commit
|
commitdiff
|
tree
2017-01-13
Peter Eisentraut
pg_upgrade: Fix for changed pg_ctl default stop mode
commit
|
commitdiff
|
tree
2017-01-13
Robert Haas
Fix cardinality estimates for parallel joins.
commit
|
commitdiff
|
tree
2017-01-12
Peter Eisentraut
Fix mistake in comment
commit
|
commitdiff
|
tree
2017-01-11
Stephen Frost
pg_restore: Don't allow non-positive number of jobs
commit
|
commitdiff
|
tree
2017-01-11
Bruce Momjian
pg_xlogdump: document --path behavior
commit
|
commitdiff
|
tree
2017-01-10
Stephen Frost
pg_dump: Strict names with no matching schema
commit
|
commitdiff
|
tree
2017-01-10
Stephen Frost
Fix invalid-parallel-jobs error message
commit
|
commitdiff
|
tree
2017-01-09
Alvaro Herrera
Fix ALTER TABLE / SET TYPE for irregular inheritance
commit
|
commitdiff
|
tree
2017-01-09
Alvaro Herrera
BRIN revmap pages are not standard pages ...
commit
|
commitdiff
|
tree
2017-01-06
Stephen Frost
Protect against NULL-dereference in pg_dump
commit
|
commitdiff
|
tree
2017-01-06
Tom Lane
Invalidate cached plans on FDW option changes.
commit
|
commitdiff
|
tree
2017-01-05
Robert Haas
Fix possible leak of semaphore count.
commit
|
commitdiff
|
tree
2017-01-05
Tom Lane
Fix handling of empty arrays in array_fill().
commit
|
commitdiff
|
tree
2017-01-04
Tom Lane
Handle OID column inheritance correctly in ALTER TABLE...
commit
|
commitdiff
|
tree
2017-01-04
Tom Lane
Prefer int-wide pg_atomic_flag over char-wide when...
commit
|
commitdiff
|
tree
2017-01-03
Bruce Momjian
Update copyright for 2017
commit
|
commitdiff
|
tree
2017-01-03
Heikki Linnakangas
Remove bogus notice that older clients might not work...
commit
|
commitdiff
|
tree
2017-01-02
Joe Conway
Silence compiler warnings
commit
|
commitdiff
|
tree
2017-01-02
Joe Conway
Silence compiler warnings
commit
|
commitdiff
|
tree
2016-12-29
Tom Lane
Fix incorrect example of to_timestamp() usage.
commit
|
commitdiff
|
tree
2016-12-27
Tom Lane
Fix interval_transform so it doesn't throw away non...
commit
|
commitdiff
|
tree
2016-12-27
Andrew Dunstan
Explain unaccounted for space in pgstattuple.
commit
|
commitdiff
|
tree
2016-12-26
Tom Lane
Remove triggerable Assert in hashname().
commit
|
commitdiff
|
tree
2016-12-25
Tom Lane
Fix incorrect error reporting for duplicate data in...
commit
|
commitdiff
|
tree
2016-12-24
Stephen Frost
pg_dumpall: Include --verbose option in --help output
commit
|
commitdiff
|
tree
2016-12-24
Stephen Frost
Fix tab completion in psql for ALTER DEFAULT PRIVILEGES
commit
|
commitdiff
|
tree
2016-12-23
Tom Lane
Doc: improve index entry for "median".
commit
|
commitdiff
|
tree
next