projects
/
postgresql
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
postgresql
2016-12-07
Tom Lane
Restore psql's SIGPIPE setting if popen() fails.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Tom Lane
Handle empty or all-blank PAGER setting more sanely...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-07
Tom Lane
Fix unsafe assumption that struct timeval.tv_sec is...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Robert Haas
Fix interaction of parallel query with prepared statements.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-06
Alvaro Herrera
Revert "Permit dump/reload of not-too-large >1GB tuples"
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Robert Haas
Ensure gatherstate->nextreader is properly initialized.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Fujii Masao
Fix typo in docs.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-05
Fujii Masao
Fix incorrect output from gin_desc().
commit
|
commitdiff
|
tree
|
snapshot
2016-12-04
Tom Lane
Don't mess up pstate->p_next_resno in transformOnConfli...
commit
|
commitdiff
|
tree
|
snapshot
2016-12-03
Noah Misch
Make pgwin32_putenv() visit debug CRTs.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-03
Noah Misch
Remove wrong CloseHandle() call.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-03
Noah Misch
Refine win32env.c cosmetics.
commit
|
commitdiff
|
tree
|
snapshot
2016-12-02
Alvaro Herrera
Permit dump/reload of not-too-large >1GB tuples
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Tom Lane
Doc: improve description of trim() and related functions.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-30
Tom Lane
Fix bogus handling of JOIN_UNIQUE_OUTER/INNER cases...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Tom Lane
Fix incorrect variable type in set_rel_consider_parallel().
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Stephen Frost
Clarify pg_dump -b documentation
commit
|
commitdiff
|
tree
|
snapshot
2016-11-29
Stephen Frost
Correct psql documentation example
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Alvaro Herrera
Fix get_relation_info name typo'ed in a comment
commit
|
commitdiff
|
tree
|
snapshot
2016-11-28
Tom Lane
Fix busted tab-completion pattern for ALTER TABLE t...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-27
Magnus Hagander
Mention server start requirement for ssl parameters
commit
|
commitdiff
|
tree
|
snapshot
2016-11-26
Tom Lane
Fix test about ignoring extension dependencies during...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Tom Lane
Bring some clarity to the defaults for the xxx_flush_af...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Tom Lane
Mark a query's topmost Paths parallel-unsafe if they...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Tom Lane
Check for pending trigger events on far end when droppi...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-25
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2016-11-24
Alvaro Herrera
Fix commit_ts for FrozenXid and BootstrapXid
commit
|
commitdiff
|
tree
|
snapshot
2016-11-23
Tom Lane
Make sure ALTER TABLE preserves index tablespaces.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Tom Lane
Doc: in back branches, don't call it a row constructor...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Tom Lane
Doc: improve documentation about composite-value usage.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Tom Lane
Doc: add a section in Part II concerning RETURNING.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-22
Tom Lane
Make contrib/test_decoding regression tests safe for...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Tom Lane
Fix PGLC_localeconv() to handle errors better.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-21
Tom Lane
Fix test for subplans in force-parallel mode.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-20
Tom Lane
Prevent multicolumn expansion of "foo.*" in an UPDATE...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-19
Tom Lane
Code review for GUC serialization/deserialization code.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Tom Lane
Improve pg_dump/pg_restore --create --if-exists logic.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-17
Alvaro Herrera
Avoid pin scan for replay of XLOG_BTREE_VACUUM in all...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Tom Lane
Allow DOS-style line endings in ~/.pgpass files.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-15
Tom Lane
Account for catalog snapshot in PGXACT->xmin updates.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Magnus Hagander
Fix typo in comment
commit
|
commitdiff
|
tree
|
snapshot
2016-11-14
Alvaro Herrera
Fix duplication in ALTER MATERIALIZE VIEW synopsis
commit
|
commitdiff
|
tree
|
snapshot
2016-11-13
Tom Lane
Doc: remove obsolete example.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-11
Tom Lane
Doc: fix data types of FuncCallContext's call_cntr...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-10
Tom Lane
Re-allow user_catalog_table option for materialized...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-10
Tom Lane
Fix partial aggregation for the case of a degenerate...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Magnus Hagander
Fix typo
commit
|
commitdiff
|
tree
|
snapshot
2016-11-08
Noah Misch
Change qr/foo$/m to qr/foo\n/m, for Perl 5.8.8.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Tom Lane
Band-aid fix for incorrect use of view options as StdRd...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Peter Eisentraut
pg_rewing pg_upgrade: Fix translation markers
commit
|
commitdiff
|
tree
|
snapshot
2016-11-07
Magnus Hagander
Fix handling of symlinked pg_stat_tmp and pg_replslot
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Tom Lane
Rationalize and document pltcl's handling of magic...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Tom Lane
Need to do SPI_push/SPI_pop around expression evaluatio...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-06
Tom Lane
More zic cleanup.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-05
Tom Lane
Remove duplicate macro definition.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Tom Lane
Back-patch portability fixes for contrib/pageinspect...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-04
Tom Lane
Sync our copy of the timezone library with IANA tzcode...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Tom Lane
Don't make FK-based selectivity estimates in inheritanc...
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Tom Lane
Don't convert Consts into Vars during setrefs.c processing.
commit
|
commitdiff
|
tree
|
snapshot
2016-11-02
Tom Lane
Fix portability bug in gin_page_opaque_info().
commit
|
commitdiff
|
tree
|
snapshot
2016-10-30
Tatsuo Ishii
Fix typo in sources.sgml.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-30
Tom Lane
Fix nasty performance problem in tsquery_rewrite().
commit
|
commitdiff
|
tree
|
snapshot
2016-10-30
Tom Lane
Fix bogus tree-flattening logic in QTNTernary().
commit
|
commitdiff
|
tree
|
snapshot
2016-10-30
Tom Lane
Improve speed of aggregates that use array_append as...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Robert Haas
If the stats collector dies during Hot Standby, restart it.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-27
Robert Haas
Fix possible pg_basebackup failure on standby with...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Tom Lane
Fix incorrect trigger-property updating in ALTER CONSTR...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Tom Lane
Fix not-HAVE_SYMLINK code in zic.c.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Tom Lane
Doc: improve documentation about inheritance.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Heikki Linnakangas
Fix typos in comments.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-26
Heikki Linnakangas
Fix typo in comment.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Tom Lane
Stamp 9.6.1.
REL9_6_1
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Peter Eisentraut
Translation updates
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Tom Lane
Update release notes for last-minute commit timestamp...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Alvaro Herrera
Preserve commit timestamps across clean restart
commit
|
commitdiff
|
tree
|
snapshot
2016-10-24
Tom Lane
Release notes for 9.6.1, 9.5.5, 9.4.10, 9.3.15, 9.2...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-23
Tom Lane
Avoid testing tuple visibility without buffer lock.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-23
Tom Lane
Don't throw serialization errors for self-conflicts...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-23
Tom Lane
Avoid testing tuple visibility without buffer lock...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-22
Tom Lane
Improve documentation about use of Linux huge pages.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-21
Tom Lane
Doc: wording tweak for PERL, PYTHON, TCLSH configuratio...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Tom Lane
Fix EXPLAIN so that it doesn't emit invalid XML in...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Tom Lane
Update time zone data files to tzdata release 2016h.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-20
Tom Lane
Another portability fix for tzcode2016g update.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Tom Lane
Windows portability fix.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Tom Lane
Sync our copy of the timezone library with IANA release...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Tom Lane
Suppress "Factory" zone in pg_timezone_names view for...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Tom Lane
Update time zone data files to tzdata release 2016g.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-19
Heikki Linnakangas
Fix WAL-logging of FSM and VM truncation.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-18
Tom Lane
Fix cidin() to handle values above 2^31 platform-indepe...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-17
Heikki Linnakangas
Fix use-after-free around DISTINCT transition function...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-14
Robert Haas
Remove spurious word.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-14
Tom Lane
Fix assorted integer-overflow hazards in varbit.c.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-14
Tatsuo Ishii
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Tom Lane
Fix handling of pgstat counters for TRUNCATE in a prepa...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Tatsuo Ishii
Fix typo.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Tom Lane
Fix another bug in merging of inherited CHECK constraints.
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Tom Lane
Try to find out the actual hugepage size when making...
commit
|
commitdiff
|
tree
|
snapshot
2016-10-13
Tom Lane
Clean up handling of anonymous mmap'd shared-memory...
commit
|
commitdiff
|
tree
|
snapshot
next