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
2015-06-30
Heikki Linnakangas
Add assertion to check the special size is sane before...
commit
|
commitdiff
|
tree
2015-06-30
Heikki Linnakangas
Don't call PageGetSpecialPointer() on page until it...
commit
|
commitdiff
|
tree
2015-06-30
Robert Haas
In bttext_abbrev_convert, move pfree to the right place.
commit
|
commitdiff
|
tree
2015-06-29
Heikki Linnakangas
Initialize GIN metapage correctly when replaying metapa...
commit
|
commitdiff
|
tree
2015-06-29
Tom Lane
Stamp 9.5alpha1.
commit
|
commitdiff
|
tree
2015-06-29
Tom Lane
Desultory review of 9.5 release notes.
commit
|
commitdiff
|
tree
2015-06-29
Tom Lane
Code + docs review for escaping of option values (commi...
commit
|
commitdiff
|
tree
2015-06-29
Andres Freund
Replace ia64 S_UNLOCK compiler barrier with a full...
commit
|
commitdiff
|
tree
2015-06-29
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2015-06-29
Tom Lane
Run the C portions of guc-file.l through pgindent.
commit
|
commitdiff
|
tree
2015-06-28
Tom Lane
Improve design and implementation of pg_file_settings...
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Also trigger restartpoints based on max_wal_size on...
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Fix markup in docs.
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Promote the assertion that XLogBeginInsert() is not...
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Fix double-XLogBeginInsert call in GIN page splits.
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Don't choke on files that are removed while pg_rewind...
commit
|
commitdiff
|
tree
2015-06-28
Heikki Linnakangas
Add missing_ok option to the SQL functions for reading...
commit
|
commitdiff
|
tree
2015-06-28
Kevin Grittner
Fix comment for GetCurrentIntegerTimestamp().
commit
|
commitdiff
|
tree
2015-06-28
Tatsuo Ishii
Fix function declaration style to respect the coding...
commit
|
commitdiff
|
tree
2015-06-27
Tom Lane
Avoid passing NULL to memcmp() in lookups of zero-argum...
commit
|
commitdiff
|
tree
2015-06-27
Andres Freund
Fix test_decoding's handling of nonexistant columns...
commit
|
commitdiff
|
tree
2015-06-27
Kevin Grittner
Add opaque declaration of HTAB to tqual.h.
commit
|
commitdiff
|
tree
2015-06-27
Heikki Linnakangas
Fix typo in comment
commit
|
commitdiff
|
tree
2015-06-26
Simon Riggs
Avoid hot standby cancels from VAC FREEZE
commit
|
commitdiff
|
tree
2015-06-26
Alvaro Herrera
Fix DDL command collection for TRANSFORM
commit
|
commitdiff
|
tree
2015-06-26
Alvaro Herrera
Fix BRIN xlog replay
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Fix grammar.
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Be more conservative about removing tablespace "symlinks".
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
release notes: Add entry for commit 5ea86e6e6.
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Remove unnecessary NULL test.
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
release notes: Combine items for pg_upgrade and pg_upgr...
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Don't warn about creating temporary or unlogged hash...
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Reduce log level for background worker events from...
commit
|
commitdiff
|
tree
2015-06-26
Andres Freund
Fix the fallback memory barrier implementation to be...
commit
|
commitdiff
|
tree
2015-06-26
Robert Haas
Improve handling of CustomPath/CustomPlan(State) children.
commit
|
commitdiff
|
tree
2015-06-26
Heikki Linnakangas
Fix a couple of bugs with wal_log_hints.
commit
|
commitdiff
|
tree
2015-06-25
Robert Haas
Allow background workers to connect to no particular...
commit
|
commitdiff
|
tree
2015-06-25
Tom Lane
Fix the logic for putting relations into the relcache...
commit
|
commitdiff
|
tree
2015-06-25
Tom Lane
Docs: fix claim that to_char('FM') removes trailing...
commit
|
commitdiff
|
tree
2015-06-24
Fujii Masao
Add index terms for functions jsonb_set and jsonb_pretty.
commit
|
commitdiff
|
tree
2015-06-23
Robert Haas
Update get_relation_info comment.
commit
|
commitdiff
|
tree
2015-06-23
Heikki Linnakangas
Add missing newline to debug-message.
commit
|
commitdiff
|
tree
2015-06-23
Peter Eisentraut
pg_rewind: Improve message wording
commit
|
commitdiff
|
tree
2015-06-23
Peter Eisentraut
pg_basebackup: Remove redundant newline in error message
commit
|
commitdiff
|
tree
2015-06-22
Tom Lane
Improve inheritance_planner()'s performance for large...
commit
|
commitdiff
|
tree
2015-06-22
Robert Haas
psql: Add some tab completion for TABLESAMPLE.
commit
|
commitdiff
|
tree
2015-06-22
Noah Misch
Truncate strings in tarCreateHeader() with strlcpy...
commit
|
commitdiff
|
tree
2015-06-21
Alvaro Herrera
Add transforms to pg_get_object_address and friends
commit
|
commitdiff
|
tree
2015-06-21
Andres Freund
Improve multixact emergency autovacuum logic.
commit
|
commitdiff
|
tree
2015-06-21
Andres Freund
Add missing check for wal_debug GUC.
commit
|
commitdiff
|
tree
2015-06-21
Peter Eisentraut
PL/Perl: Add alternative expected file for Perl 5.22
commit
|
commitdiff
|
tree
2015-06-20
Noah Misch
Fix failure to copy setlocale() return value.
commit
|
commitdiff
|
tree
2015-06-20
Noah Misch
Revert "Detect setlocale(LC_CTYPE, NULL) clobbering...
commit
|
commitdiff
|
tree
2015-06-20
Alvaro Herrera
Fix BRIN supported operators table
commit
|
commitdiff
|
tree
2015-06-20
Alvaro Herrera
Fix thinko in comment (launcher -> worker)
commit
|
commitdiff
|
tree
2015-06-19
Tom Lane
In immediate shutdown, postmaster should not exit till...
commit
|
commitdiff
|
tree
2015-06-19
Alvaro Herrera
Clamp autovacuum launcher sleep time to 5 minutes
commit
|
commitdiff
|
tree
2015-06-19
Tom Lane
Fix bogus range_table_mutator() logic for RangeTblEntry...
commit
|
commitdiff
|
tree
2015-06-19
Robert Haas
Fix corner case in autovacuum-forcing logic for multixa...
commit
|
commitdiff
|
tree
2015-06-19
Robert Haas
Add PASSWORD to tab completions for CREATE/ALTER ROLE...
commit
|
commitdiff
|
tree
2015-06-19
Robert Haas
Change TAP test framework to not rely on having a chmod...
commit
|
commitdiff
|
tree
2015-06-17
Noah Misch
Detect setlocale(LC_CTYPE, NULL) clobbering previous...
commit
|
commitdiff
|
tree
2015-06-16
Andrew Dunstan
Fix comment in fmgr.h to refer to actual function used.
commit
|
commitdiff
|
tree
2015-06-15
Michael Meskes
Check for out of memory when allocating sqlca.
commit
|
commitdiff
|
tree
2015-06-15
Michael Meskes
Fix memory leak in ecpglib's connect function.
commit
|
commitdiff
|
tree
2015-06-14
Bruce Momjian
release notes: fix Petr's name typos
commit
|
commitdiff
|
tree
2015-06-14
Peter Eisentraut
doc: Add note to pg_dump man page about pg_dumpall
commit
|
commitdiff
|
tree
2015-06-14
Peter Eisentraut
Remove stray character
commit
|
commitdiff
|
tree
2015-06-14
Bruce Momjian
release notes: consistently name "Alexander Shulgin"
commit
|
commitdiff
|
tree
2015-06-14
Bruce Momjian
release notes: move/remove/adjust items
commit
|
commitdiff
|
tree
2015-06-14
Bruce Momjian
release notes: add accent to Petr JelĂnek last name
commit
|
commitdiff
|
tree
2015-06-14
Bruce Momjian
release notes: remove mention of pg_basebackup non...
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: add Petr Jelinek to JSON function item
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: fixes from Fujii Masao
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: reorder hash performance authors, again
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: reorder sort performance authors
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: split apart hash items
commit
|
commitdiff
|
tree
2015-06-13
Bruce Momjian
release notes: add two optimizer items
commit
|
commitdiff
|
tree
2015-06-12
Andrew Dunstan
Fix "path" infrastructure bug affecting jsonb_set()
commit
|
commitdiff
|
tree
2015-06-12
Tom Lane
Fix failure to cover scalar-vs-rowtype cases in exec_st...
commit
|
commitdiff
|
tree
2015-06-12
Tom Lane
Improve error message and hint for ALTER COLUMN TYPE...
commit
|
commitdiff
|
tree
2015-06-12
Fujii Masao
Make postmaster restart archiver soon after it dies...
commit
|
commitdiff
|
tree
2015-06-12
Michael Meskes
Fixed some memory leaks in ECPG.
commit
|
commitdiff
|
tree
2015-06-12
Michael Meskes
Fix intoasc() in Informix compat lib. This function...
commit
|
commitdiff
|
tree
2015-06-12
Fujii Masao
Fix alphabetization in catalogs.sgml.
commit
|
commitdiff
|
tree
2015-06-12
Fujii Masao
Clean up useless mention of RMGRDESCSOURCES in pg_rewin...
commit
|
commitdiff
|
tree
2015-06-12
Bruce Momjian
release notes: add links to doc sections
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
release notes: update hash item
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
release notes: move pg_buffercache item to the right...
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
release notes: implement suggestions
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
release notes: explain meaning of pg_stat_get_snapshot...
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
release notes: update for pg_basebackup in tar format
commit
|
commitdiff
|
tree
2015-06-11
Andrew Dunstan
Rename jsonb - text[] operator to #- to avoid ambiguity.
commit
|
commitdiff
|
tree
2015-06-11
Fujii Masao
Fix some issues in pg_rewind.
commit
|
commitdiff
|
tree
2015-06-11
Bruce Momjian
First draft of 9.5 release notes
commit
|
commitdiff
|
tree
2015-06-11
Peter Eisentraut
doc: Use "connections" instead of "slots" to avoid...
commit
|
commitdiff
|
tree
2015-06-11
Peter Eisentraut
doc: Fix typo
commit
|
commitdiff
|
tree
2015-06-11
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2015-06-10
Peter Eisentraut
doc: Call xmllint for validity also in the fop build
commit
|
commitdiff
|
tree
2015-06-10
Kevin Grittner
Fix typo in comment.
commit
|
commitdiff
|
tree
next