projects
/
users
/
rhaas
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/rhaas/postgres.git
2015-01-05
Andres Freund
Fix oversight in recent pg_basebackup fix causing pg_re...
commit
|
commitdiff
|
tree
2015-01-05
Fujii Masao
Fix typo in comment.
commit
|
commitdiff
|
tree
2015-01-04
Alvaro Herrera
Fix thinko in lock mode enum
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Add error handling for failing fstat() calls in copy.c.
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Correctly handle test durations of more than 2147s...
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Fix off-by-one in pg_xlogdump's fuzzy_open_file().
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Remove superflous variable from xlogreader's XLogFindNe...
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Add missing va_end() call to a early exit in dmetaphone...
commit
|
commitdiff
|
tree
2015-01-04
Andres Freund
Fix inconsequential fd leak in the new mark_file_as_arc...
commit
|
commitdiff
|
tree
2015-01-03
Andres Freund
Prevent WAL files created by pg_basebackup -x/X from...
commit
|
commitdiff
|
tree
2015-01-03
Andres Freund
Add pg_string_endswith as the start of a string helper...
commit
|
commitdiff
|
tree
2015-01-03
Tom Lane
Treat negative values of recovery_min_apply_delay as...
commit
|
commitdiff
|
tree
2015-01-03
Magnus Hagander
Make path to pg_service.conf absolute in documentation
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Don't run rowsecurity in parallel with other regression...
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Docs: improve descriptions of ISO week-numbering date...
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Print more information about getObjectIdentityParts...
commit
|
commitdiff
|
tree
2014-12-31
Tom Lane
Improve consistency of parsing of psql's magic variables.
commit
|
commitdiff
|
tree
2014-12-31
Alvaro Herrera
Add missing pstrdup calls
commit
|
commitdiff
|
tree
2014-12-31
Robert Haas
Don't tab-complete COMMENT ON ... IS with IS.
commit
|
commitdiff
|
tree
2014-12-30
Alvaro Herrera
pg_event_trigger_dropped_objects: Add name/args output...
commit
|
commitdiff
|
tree
2014-12-30
Alvaro Herrera
Add pg_identify_object_as_address
commit
|
commitdiff
|
tree
2014-12-30
Alvaro Herrera
Fix object_address expected output
commit
|
commitdiff
|
tree
2014-12-30
Alvaro Herrera
Use TypeName to represent type names in certain commands
commit
|
commitdiff
|
tree
2014-12-30
Heikki Linnakangas
Revert the GinMaxItemSize calculation so that we fit...
commit
|
commitdiff
|
tree
2014-12-30
Tatsuo Ishii
Fix resource leak pointed out by Coverity.
commit
|
commitdiff
|
tree
2014-12-29
Tom Lane
Assorted minor fixes for psql metacommand docs.
commit
|
commitdiff
|
tree
2014-12-28
Tom Lane
Remove duplicate assignment in new pg_get_object_addres...
commit
|
commitdiff
|
tree
2014-12-26
Alvaro Herrera
Restrict name list len for domain constraints
commit
|
commitdiff
|
tree
2014-12-26
Alvaro Herrera
Remove event trigger from object_address test
commit
|
commitdiff
|
tree
2014-12-26
Alvaro Herrera
Grab heavyweight tuple lock only before sleeping
commit
|
commitdiff
|
tree
2014-12-25
Noah Misch
Have config_sspi_auth() permit IPv6 localhost connections.
commit
|
commitdiff
|
tree
2014-12-25
Andres Freund
Blindly fix a dtrace probe in lwlock.c for a removed...
commit
|
commitdiff
|
tree
2014-12-25
Tom Lane
Temporarily revert "Move pg_lzcompress.c to src/common."
commit
|
commitdiff
|
tree
2014-12-25
Andres Freund
Lockless StrategyGetBuffer clock sweep hot path.
commit
|
commitdiff
|
tree
2014-12-25
Andres Freund
Improve LWLock scalability.
commit
|
commitdiff
|
tree
2014-12-25
Andres Freund
Convert the PGPROC->lwWaitLink list into a dlist instea...
commit
|
commitdiff
|
tree
2014-12-25
Andres Freund
Add capability to suppress CONTEXT: messages to elog...
commit
|
commitdiff
|
tree
2014-12-25
Fujii Masao
Remove duplicate include of slot.h.
commit
|
commitdiff
|
tree
2014-12-25
Fujii Masao
Move pg_lzcompress.c to src/common.
commit
|
commitdiff
|
tree
2014-12-24
Tom Lane
Add CST (China Standard Time) to our lists of timezone...
commit
|
commitdiff
|
tree
2014-12-24
Andrew Dunstan
Fix installcheck case for tap tests
commit
|
commitdiff
|
tree
2014-12-24
Bruce Momjian
pgbench: remove odd trailing period in init progress...
commit
|
commitdiff
|
tree
2014-12-24
Fujii Masao
Remove unused fields from ReindexStmt.
commit
|
commitdiff
|
tree
2014-12-24
Andres Freund
Suppress MSVC warning in typeStringToTypeName function.
commit
|
commitdiff
|
tree
2014-12-23
Tom Lane
Remove failing collation case from object_address regre...
commit
|
commitdiff
|
tree
2014-12-23
Alvaro Herrera
Revert "Use a bitmask to represent role attributes"
commit
|
commitdiff
|
tree
2014-12-23
Alvaro Herrera
Add SQL-callable pg_get_object_address
commit
|
commitdiff
|
tree
2014-12-23
Alvaro Herrera
Use a bitmask to represent role attributes
commit
|
commitdiff
|
tree
2014-12-23
Alvaro Herrera
get_object_address: separate domain constraints from...
commit
|
commitdiff
|
tree
2014-12-23
Peter Eisentraut
Change local_preload_libraries to PGC_USERSET
commit
|
commitdiff
|
tree
2014-12-22
Andrew Dunstan
Further tidy up on json aggregate documentation
commit
|
commitdiff
|
tree
2014-12-22
Andrew Dunstan
Fix documentation of argument type of json_agg and...
commit
|
commitdiff
|
tree
2014-12-22
Heikki Linnakangas
Move rbtree.c from src/backend/utils/misc to src/backen...
commit
|
commitdiff
|
tree
2014-12-22
Heikki Linnakangas
Turn much of the btree_gin macros into real functions.
commit
|
commitdiff
|
tree
2014-12-22
Heikki Linnakangas
Use a pairing heap for the priority queue in kNN-GiST...
commit
|
commitdiff
|
tree
2014-12-21
Tom Lane
Docs: clarify treatment of variadic functions with...
commit
|
commitdiff
|
tree
2014-12-21
Heikki Linnakangas
Fix file descriptor leak at end of recovery.
commit
|
commitdiff
|
tree
2014-12-20
Bruce Momjian
doc: Adjust wording of ALTER TABLESPACE restriction
commit
|
commitdiff
|
tree
2014-12-19
Alvaro Herrera
pg_event_trigger_dropped_objects: add behavior flags
commit
|
commitdiff
|
tree
2014-12-19
Heikki Linnakangas
Fix timestamp in end-of-recovery WAL records.
commit
|
commitdiff
|
tree
2014-12-19
Andres Freund
Prevent potentially hazardous compiler/cpu reordering...
commit
|
commitdiff
|
tree
2014-12-19
Andres Freund
Define Assert() et al to ((void)0) to avoid pedantic...
commit
|
commitdiff
|
tree
2014-12-18
Tom Lane
Improve documentation about CASE and constant subexpres...
commit
|
commitdiff
|
tree
2014-12-18
Alvaro Herrera
Use %u to print out BlockNumber variables
commit
|
commitdiff
|
tree
2014-12-18
Alvaro Herrera
Have VACUUM log number of skipped pages due to pins
commit
|
commitdiff
|
tree
2014-12-18
Tom Lane
Improve hash_create's API for selecting simple-binary...
commit
|
commitdiff
|
tree
2014-12-18
Heikki Linnakangas
Change how first WAL segment on new timeline after...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Add memory barriers for PgBackendStatus.st_changecount...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Ensure variables live across calls in generate_series...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Update .gitignore for config.cache.
commit
|
commitdiff
|
tree
2014-12-18
Andres Freund
Adjust valgrind suppression to the changes in 2c03216d8311.
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Recognize Makefile line continuations in fetchRegressOp...
commit
|
commitdiff
|
tree
2014-12-18
Fujii Masao
Remove odd blank line in comment.
commit
|
commitdiff
|
tree
2014-12-18
Andres Freund
Fix (re-)starting from a basebackup taken off a standby...
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Fix previous commit for TAP test suites in VPATH builds.
commit
|
commitdiff
|
tree
2014-12-18
Noah Misch
Lock down regression testing temporary clusters on...
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Allow CHECK constraints to be placed on foreign tables.
commit
|
commitdiff
|
tree
2014-12-17
Heikki Linnakangas
Clarify the regexp used to detect source files in MSVC...
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Fix another poorly worded error message.
commit
|
commitdiff
|
tree
2014-12-17
Tom Lane
Fix poorly worded error message.
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Update .gitignore for pg_upgrade
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Add missing documentation for some vcregress modes
commit
|
commitdiff
|
tree
2014-12-17
Magnus Hagander
Remove redundant sentence
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix off-by-one loop count in MapArrayTypeName, and...
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Suppress bogus statistics when pgbench failed to comple...
commit
|
commitdiff
|
tree
2014-12-16
Tom Lane
Fix file descriptor leak after failure of a \setshell...
commit
|
commitdiff
|
tree
2014-12-16
Andrew Dunstan
Fix some jsonb issues found by Coverity in recent commits.
commit
|
commitdiff
|
tree
2014-12-16
Heikki Linnakangas
Misc comment typo fixes.
commit
|
commitdiff
|
tree
2014-12-16
Heikki Linnakangas
Fix incorrect comment about XLogRecordBlockHeader.data_...
commit
|
commitdiff
|
tree
2014-12-16
Noah Misch
Fix commit_ts test suite for systems with coarse timest...
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2014-12-15
Alvaro Herrera
add missing newline
commit
|
commitdiff
|
tree
2014-12-15
Tom Lane
Fix point <-> polygon code for zero-distance case.
commit
|
commitdiff
|
tree
2014-12-15
Heikki Linnakangas
Add point <-> polygon distance operator.
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
2014-12-15
Peter Eisentraut
doc: Add link to how to specify time zone names to...
commit
|
commitdiff
|
tree
2014-12-14
Tom Lane
Improve documentation around parameter-setting and...
commit
|
commitdiff
|
tree
2014-12-14
Tom Lane
Update 9.4 release notes.
commit
|
commitdiff
|
tree
2014-12-13
Peter Eisentraut
doc: Fix markup
commit
|
commitdiff
|
tree
2014-12-13
Andrew Dunstan
Add CINE option for CREATE TABLE AS and CREATE MATERIAL...
commit
|
commitdiff
|
tree
next