projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2013-10-08
Bruce Momjian
Update postgres.conf.sample for effective_cache_size...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
docs: clarify references to md5 hash and md5 crypt...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
unaccent: mark unaccent() functions as immutable
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
Auto-tune effective_cache size to be 4x shared buffers
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
Additional instructions on minor release note creation.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
Update instructions on creating minor release notes.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-08
Bruce Momjian
docs: update release notes for 8.4.18, 9.0.14, 9.1...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Heikki Linnakangas
TYPEALIGN doesn't work on int64 on 32-bit platforms.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Heikki Linnakangas
Fix bugs in SSI tuple locking.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Robert Haas
Make DISCARD SEQUENCES also discard the last used sequence.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Robert Haas
plpgsql: Add new option print_strict_params.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Kevin Grittner
Eliminate xmin from hash tag for predicate locks on...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-07
Andrew Dunstan
Document support for VPATH builds of extensions.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Noah Misch
pgbench: Comment on thread timing hazards.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-06
Alvaro Herrera
Fix various bugs in postmaster SIGKILL processing
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Noah Misch
pgbench: Elaborate latency reporting.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Noah Misch
pgbench: Remove stray use of "float" math.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-05
Bruce Momjian
pg_upgrade doc: link mode additions
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Alvaro Herrera
add multixact-no-deadlock to schedule
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Alvaro Herrera
Make some isolationtester specs more complete
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Alvaro Herrera
isolationtester: Allow tuples to be returned in more...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Bruce Momjian
Issue error on SET outside transaction block in some...
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Robert Haas
doc: Add missing words to bgworker docs.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-04
Robert Haas
Fix silly thinko in ResetSequenceCaches.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Robert Haas
Add DISCARD SEQUENCES command.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Robert Haas
psql: Make \pset without arguments show all settings.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Heikki Linnakangas
Minor GIN code refactoring.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Peter Eisentraut
doc: Correct psycopg URL
commit
|
commitdiff
|
tree
|
snapshot
2013-10-03
Peter Eisentraut
psql: Set up cancel handler later
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Bruce Momjian
doc: fix hstore_to_json_loose() doc wording
commit
|
commitdiff
|
tree
|
snapshot
2013-10-02
Magnus Hagander
Fix copy/paste error
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Bruce Momjian
Adjust C comments that would be wrap-able.
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Alvaro Herrera
Add WaitForLockers in lmgr, refactoring index.c code
commit
|
commitdiff
|
tree
|
snapshot
2013-10-01
Alvaro Herrera
Remove broken PGXS code for pg_xlogdump
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Andrew Dunstan
Add missing condition for pg_depend in hstore migration...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Andrew Dunstan
Ensure installation dirs are built before contents...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Heikki Linnakangas
In bms_add_member(), use repalloc() if the bms needs...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Heikki Linnakangas
Fix snapshot leak if lo_open called on non-existent...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Fujii Masao
Correct comment of pgbench "filler" columns.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-30
Andrew Dunstan
Fix makefile broken by hstore fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Andrew Dunstan
Use a new hstore extension version for added json funct...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-29
Andrew Dunstan
Ensure installation dirs are built before contents...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Robert Haas
Allow printf-style padding specifications in log_line_p...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Andrew Dunstan
Fix erroneous statements about multiply specified JSON...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Heikki Linnakangas
Fix spurious warning after vacuuming a page on a table...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-26
Noah Misch
pgbench: Correct for bias in --rate schedule generation.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-25
Heikki Linnakangas
Plug memory leak in range_cmp function.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-24
Alvaro Herrera
Fix pgindent comment breakage
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Noah Misch
Use @libdir@ in both of regress/{input,output}/security...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Noah Misch
pgbench: Tweak documentation.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Robert Haas
doc: Clarify that file_fdw options require values.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Robert Haas
Don't allow system columns in CHECK constraints, except...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Bruce Momjian
pg_upgrade: more C comment fixes
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Bruce Momjian
pg_upgrade: fix C comment typo
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Stephen Frost
Fix SSL deadlock risk in libpq
commit
|
commitdiff
|
tree
|
snapshot
2013-09-23
Heikki Linnakangas
Fix two timeline handling bugs in pg_receivexlog.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-19
Robert Haas
Fix compiler warning in WaitForBackgroundWorkerStartup().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Robert Haas
Documentation correction.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-18
Robert Haas
Typo fix.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-17
Alvaro Herrera
Remove `proc` argument from LockCheckConflicts
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Alvaro Herrera
Rename various "freeze multixact" variables
commit
|
commitdiff
|
tree
|
snapshot
2013-09-16
Heikki Linnakangas
Add a GUC to report whether data page checksums are...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-15
Peter Eisentraut
Fix typos
commit
|
commitdiff
|
tree
|
snapshot
2013-09-12
Noah Misch
Ignore interrupts during quickdie().
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Kevin Grittner
Create index on srt table in citext regression tests.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Bruce Momjian
fuzzystrmatch: replace broken link in C comment
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Bruce Momjian
docs: Update libpq and testlo examples
commit
|
commitdiff
|
tree
|
snapshot
2013-09-11
Bruce Momjian
Add comment for VARSIZE_ANY_EXHDR macro
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Bruce Momjian
psql: fix \copy stdin trailing space requirement
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Bruce Momjian
psql: honor 'footer' option for expanded output
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Fujii Masao
Remove leftover function prototype.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-10
Peter Eisentraut
Show schemas in information_schema.schemata that the...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-09
Robert Haas
Introduce InvalidCommandId.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Michael Meskes
Return error if allocation of new element was not possible.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-08
Michael Meskes
Close file to no leak file descriptor memory. Found...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-07
Bruce Momjian
intarray: return empty zero-dimensional array for...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-06
Noah Misch
Don't VALGRIND_PRINTF() each query string.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Kevin Grittner
Eliminate pg_rewrite.ev_attr column and related dead...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Heikki Linnakangas
Make catalog cache hash tables resizeable.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Jeff Davis
Revert WAL posix_fallocate() patches.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-05
Jeff Davis
Improve Range Types and Exclusion Constraints example.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-04
Bruce Momjian
Add GUC descriptions for compile-time postgresql.conf...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-04
Bruce Momjian
Remove dead URL mention in OSX startup script
commit
|
commitdiff
|
tree
|
snapshot
2013-09-04
Heikki Linnakangas
Keep heavily-contended fields in XLogCtlInsert on diffe...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-04
Robert Haas
Expose fsync_fname as a public API.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Tom Lane
Update comments concerning PGC_S_TEST.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Tom Lane
Don't fail for bad GUCs in CREATE FUNCTION with check_f...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Tom Lane
Allow aggregate functions to be VARIADIC.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Alvaro Herrera
Update obsolete comment
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Tom Lane
Docs: wording improvements in discussion of timestamp...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Bruce Momjian
doc: Fix SGML markup for date patch
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Bruce Momjian
Docs: add paragraph about date/timestamp subtraction
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Robert Haas
docs: Clarify that we also support Solaris versions...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Greg Stark
Fix thinko in worker_spi, count(*) returns a bigint...
commit
|
commitdiff
|
tree
|
snapshot
2013-09-03
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Tom Lane
Update time zone data files to tzdata release 2013d.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Andrew Dunstan
Fix relfrozenxid query in docs to include TOAST tables.
commit
|
commitdiff
|
tree
|
snapshot
2013-09-02
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
|
snapshot
next