projects
/
users
/
heikki
/
postgres.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
users/heikki/postgres.git
2016-04-01
Teodor Sigaev
Fix typo in generic wal docs
commit
|
commitdiff
|
tree
2016-04-01
Teodor Sigaev
Add Generic WAL interface
commit
|
commitdiff
|
tree
2016-03-31
Tom Lane
Another zic portability fix.
commit
|
commitdiff
|
tree
2016-03-31
Alvaro Herrera
Fix recovery_min_apply_delay test
commit
|
commitdiff
|
tree
2016-03-31
Tom Lane
Support using index-only scans with partial indexes...
commit
|
commitdiff
|
tree
2016-03-31
Alvaro Herrera
Fix broken variable declaration
commit
|
commitdiff
|
tree
2016-03-31
Alvaro Herrera
Blind attempt at fixing Win32 issue on 24c5f1a103c
commit
|
commitdiff
|
tree
2016-03-31
Fujii Masao
Use proper format specifier %X/%X for LSN.
commit
|
commitdiff
|
tree
2016-03-30
Alvaro Herrera
I forgot the alternate expected file in previous commit
commit
|
commitdiff
|
tree
2016-03-30
Alvaro Herrera
Enable logical slots to follow timeline switches
commit
|
commitdiff
|
tree
2016-03-30
Alvaro Herrera
XLogReader general code cleanup
commit
|
commitdiff
|
tree
2016-03-30
Tom Lane
Improve portability of I/O behavior for the geometric...
commit
|
commitdiff
|
tree
2016-03-30
Tom Lane
Suppress uninitialized-variable warnings.
commit
|
commitdiff
|
tree
2016-03-30
Teodor Sigaev
Bump catalog version, forget in acdf2a8b372aec1da09370f...
commit
|
commitdiff
|
tree
2016-03-30
Teodor Sigaev
Introduce SP-GiST operator class over box.
commit
|
commitdiff
|
tree
2016-03-30
Teodor Sigaev
Use traversalValue in SP-GiST range opclass.
commit
|
commitdiff
|
tree
2016-03-30
Teodor Sigaev
Introduce traversalValue for SP-GiST scan
commit
|
commitdiff
|
tree
2016-03-30
Magnus Hagander
Add missing gss option to msvc config template
commit
|
commitdiff
|
tree
2016-03-30
Tom Lane
Remove just-added tests for to_timestamp(float8) with...
commit
|
commitdiff
|
tree
2016-03-30
Tom Lane
Remove TZ environment-variable entry from postgres...
commit
|
commitdiff
|
tree
2016-03-30
Robert Haas
Add new replication mode synchronous_commit = 'remote_a...
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Fix interval_mul() to not produce insane results.
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Allow to_timestamp(float8) to convert float infinity...
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Fix bug in aggregate (de)serialization commit.
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Allow aggregate transition states to be serialized...
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Improve pgbench docs regarding per-transaction logging.
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Fix pgbench documentation error.
commit
|
commitdiff
|
tree
2016-03-29
Alvaro Herrera
pgbench: allow a script weight of zero
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
pgbench: Remove \setrandom.
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Avoid possibly-unsafe use of Windows' FormatMessage...
commit
|
commitdiff
|
tree
2016-03-29
Teodor Sigaev
Fix support of digits in email/hostnames.
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Rework custom scans to work more like the new extensibl...
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Protect zic's symlink() call with #ifdef HAVE_SYMLINK.
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Fix zic for Windows.
commit
|
commitdiff
|
tree
2016-03-29
Tom Lane
Fix portability issues in 86c43f4e22c0771fd0cc6bce27998...
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Don't require a user mapping for FDWs to work.
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
On all Windows platforms, not just Cygwin, use _timezon...
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
Fix typo in comment.
commit
|
commitdiff
|
tree
2016-03-29
Robert Haas
pgbench: Support double constants and functions.
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
PostgresNode: initialize $timed_out if passed
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
Mention BRIN as able to do multi-column indexes
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Sync tzload() and tzparse() APIs with IANA release...
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Fix MSVC build for changes in zic.
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Document errhidecontext() where it ought to be documented.
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
Update expected file from quoting change
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
pg_rewind: Improve internationalization
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
Fix minor leak in pg_dump for ACCESS METHOD.
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
Improve internationalization of messages involving...
commit
|
commitdiff
|
tree
2016-03-28
Teodor Sigaev
psql tab-complete for CREATE/DROP ACCESS METHOD
commit
|
commitdiff
|
tree
2016-03-28
Teodor Sigaev
Fix comment in pg_dump.
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Last-minute updates for release notes.
commit
|
commitdiff
|
tree
2016-03-28
Alvaro Herrera
Add missing checks to some of pageinspect's BRIN functions
commit
|
commitdiff
|
tree
2016-03-28
Stephen Frost
Reset plan->row_security_env and planUserId
commit
|
commitdiff
|
tree
2016-03-28
Tom Lane
Code and docs review for commit 3187d6de0e5a9e805b27c48...
commit
|
commitdiff
|
tree
2016-03-27
Tom Lane
Release notes for 9.5.2, 9.4.7, 9.3.12, 9.2.16, 9.1.21.
commit
|
commitdiff
|
tree
2016-03-27
Tom Lane
Guard against zero vardata.rel->tuples in estimate_hash...
commit
|
commitdiff
|
tree
2016-03-27
Tom Lane
Clamp adjusted ndistinct to positive integer in estimat...
commit
|
commitdiff
|
tree
2016-03-27
Andres Freund
pg_rewind: fsync target data directory.
commit
|
commitdiff
|
tree
2016-03-27
Andres Freund
Fix LWLockReportWaitEnd() parameter list to be (void).
commit
|
commitdiff
|
tree
2016-03-27
Andres Freund
pg_rewind: Close backup_label file descriptor.
commit
|
commitdiff
|
tree
2016-03-27
Andres Freund
Don't use !! but != 0/NULL to force boolean evaluation.
commit
|
commitdiff
|
tree
2016-03-27
Andres Freund
Change various Gin*Is* macros to return 0/1.
commit
|
commitdiff
|
tree
2016-03-26
Tom Lane
First-draft release notes for 9.5.2.
commit
|
commitdiff
|
tree
2016-03-26
Tom Lane
Modernize zic's test for valid timezone abbreviations.
commit
|
commitdiff
|
tree
2016-03-26
Tom Lane
Avoid a couple of zero-divide scenarios in the planner.
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Update time zone data files to tzdata release 2016c.
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Fix PL/Tcl for vpath builds.
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Improve PL/Tcl errorCode facility by providing decoded...
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
In PL/Tcl, make database errors return additional info...
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Fix DROP OPERATOR to reset oprcom/oprnegate links to...
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Don't split up SRFs when choosing to postpone SELECT...
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Link libpq after libpgfeutils to satisfy Windows linker.
commit
|
commitdiff
|
tree
2016-03-25
Tom Lane
Move psql's psqlscan.l into src/fe_utils.
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Move psql's print.c and mbprint.c into src/fe_utils.
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Suppress compiler warning for get_am_type_string().
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Add missed inclusion requirement in Mkvcbuild.pm.
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Create src/fe_utils/, and move stuff into there from...
commit
|
commitdiff
|
tree
2016-03-24
Robert Haas
Improve documentation for combine functions.
commit
|
commitdiff
|
tree
2016-03-24
Robert Haas
Use correct GetDatum function.
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Avoid PGDLLIMPORT for simple local references in fronte...
commit
|
commitdiff
|
tree
2016-03-24
Alvaro Herrera
Support CREATE ACCESS METHOD
commit
|
commitdiff
|
tree
2016-03-24
Tom Lane
Move keywords.c/kwlookup.c into src/common/.
commit
|
commitdiff
|
tree
2016-03-23
Robert Haas
Disable abbreviated keys for string-sorting in non...
commit
|
commitdiff
|
tree
2016-03-23
Robert Haas
postgres_fdw: Fix crash when pushing down multiple...
commit
|
commitdiff
|
tree
2016-03-23
Robert Haas
Partition the freelist for shared dynahash tables.
commit
|
commitdiff
|
tree
2016-03-23
Tom Lane
Code review for error reports in jsonb_set().
commit
|
commitdiff
|
tree
2016-03-23
Tom Lane
Fix unsafe use of strtol() on a non-null-terminated...
commit
|
commitdiff
|
tree
2016-03-23
Simon Riggs
Change comment to describe correct lock level used
commit
|
commitdiff
|
tree
2016-03-22
Tom Lane
Fix EvalPlanQual bug when query contains both locked...
commit
|
commitdiff
|
tree
2016-03-22
Teodor Sigaev
Improve docs of pg_trgm changes
commit
|
commitdiff
|
tree
2016-03-22
Fujii Masao
Fix typo in docs.
commit
|
commitdiff
|
tree
2016-03-21
Tom Lane
Allow the delay in psql's \watch command to be a fracti...
commit
|
commitdiff
|
tree
2016-03-21
Tom Lane
Improve header output from psql's \watch command.
commit
|
commitdiff
|
tree
2016-03-21
Tom Lane
Clean up some Coverity complaints about commit 0bf3ae88...
commit
|
commitdiff
|
tree
2016-03-21
Robert Haas
Make max_parallel_degree PGC_USERSET.
commit
|
commitdiff
|
tree
2016-03-21
Robert Haas
Support parallel aggregation.
commit
|
commitdiff
|
tree
2016-03-21
Andres Freund
Properly declare FeBeWaitSet.
commit
|
commitdiff
|
tree
2016-03-21
Andres Freund
Introduce WaitEventSet API.
commit
|
commitdiff
|
tree
2016-03-21
Andres Freund
Combine win32 and unix latch implementations.
commit
|
commitdiff
|
tree
next