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
2014-01-17
Andrew Dunstan
Export set_latch_on_sigusr1 symbol for Windows.
commit
|
commitdiff
|
tree
2014-01-17
Andrew Dunstan
Prevent double macro definition of WIN32.
commit
|
commitdiff
|
tree
2014-01-17
Magnus Hagander
Show SSL encryption information when logging connections
commit
|
commitdiff
|
tree
2014-01-17
Magnus Hagander
Define WIN32 when _WIN32 is set
commit
|
commitdiff
|
tree
2014-01-17
Heikki Linnakangas
Prevent integer overflow with --progress >= 2148
commit
|
commitdiff
|
tree
2014-01-17
Bruce Momjian
doc: rename "Equals" to "Equal"
commit
|
commitdiff
|
tree
2014-01-17
Bruce Momjian
doc: fix := description typo.
commit
|
commitdiff
|
tree
2014-01-16
Bruce Momjian
docs: update PL/pgSQL docs about the use of := and =
commit
|
commitdiff
|
tree
2014-01-16
Heikki Linnakangas
Fix Hot Standby feedback sending when streaming busily.
commit
|
commitdiff
|
tree
2014-01-16
Alvaro Herrera
Split ecpg_execute() in constituent parts
commit
|
commitdiff
|
tree
2014-01-16
Tom Lane
Add display of oprcode (the underlying function's name...
commit
|
commitdiff
|
tree
2014-01-16
Alvaro Herrera
Split ECPGdo() in constituent parts
commit
|
commitdiff
|
tree
2014-01-16
Heikki Linnakangas
Suppress Coverity complaints in readfuncs.c.
commit
|
commitdiff
|
tree
2014-01-16
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
test_shm_mq: Try again to fix compiler warning.
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
Logging running transactions every 15 seconds.
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
Fix missing parentheses resulting in wrong order of...
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
test_shm_mq: Fix checks for negative queue size.
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
Fix compiler warning.
commit
|
commitdiff
|
tree
2014-01-15
Robert Haas
Fix compiler warning: Size isn't 64 bits on 32 bit...
commit
|
commitdiff
|
tree
2014-01-15
Tom Lane
Improve FILES section of psql reference page.
commit
|
commitdiff
|
tree
2014-01-14
Tom Lane
Fix multiple bugs in index page locking during hot...
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Documentation for test_shm_mq.
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Mention that VACUUM FREEZE also effectively zeroes...
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Fix typo in comment.
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Test code for shared memory message queue facility.
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Single-reader, single-writer, lightweight shared messag...
commit
|
commitdiff
|
tree
2014-01-14
Robert Haas
Simple table of contents for a shared memory segment.
commit
|
commitdiff
|
tree
2014-01-13
Robert Haas
Code improvements for ALTER SYSTEM .. SET.
commit
|
commitdiff
|
tree
2014-01-13
Robert Haas
Make bitmap heap scans show exact/lossy block info...
commit
|
commitdiff
|
tree
2014-01-13
Tom Lane
Fix possible buffer overrun in contrib/pg_trgm.
commit
|
commitdiff
|
tree
2014-01-13
Heikki Linnakangas
Fix calculation of ISMN check digit.
commit
|
commitdiff
|
tree
2014-01-13
Heikki Linnakangas
Add OVERLAPS to index in the docs.
commit
|
commitdiff
|
tree
2014-01-13
Michael Meskes
Always use the same way to addres a descriptor in ecpg...
commit
|
commitdiff
|
tree
2014-01-13
Bruce Momjian
Fix pg_dumpall on pre-8.1 servers
commit
|
commitdiff
|
tree
2014-01-12
Tom Lane
Disallow LATERAL references to the target table of...
commit
|
commitdiff
|
tree
2014-01-11
Tom Lane
Fix possible crashes due to using elog/ereport too...
commit
|
commitdiff
|
tree
2014-01-11
Bruce Momjian
Revert fd2ace802811c333b0b4e1a28b138fd4774745f3
commit
|
commitdiff
|
tree
2014-01-11
Tom Lane
Fix compute_scalar_stats() for case that all values...
commit
|
commitdiff
|
tree
2014-01-11
Bruce Momjian
docs: remove undocumented assign syntax in plpgsql...
commit
|
commitdiff
|
tree
2014-01-11
Tom Lane
Add another regression test cross-checking operator...
commit
|
commitdiff
|
tree
2014-01-11
Andrew Dunstan
Remove DESCR entries for json operator functions.
commit
|
commitdiff
|
tree
2014-01-11
Bruce Momjian
Adjust pg_upgrade for move of username lookup functions...
commit
|
commitdiff
|
tree
2014-01-10
Bruce Momjian
Move username lookup functions from /port to /common
commit
|
commitdiff
|
tree
2014-01-10
Alvaro Herrera
Accept pg_upgraded tuples during multixact freezing
commit
|
commitdiff
|
tree
2014-01-09
Tom Lane
Remove unnecessary local variables to work around an...
commit
|
commitdiff
|
tree
2014-01-09
Michael Meskes
Changed regression test to ecpg test suite for alignmen...
commit
|
commitdiff
|
tree
2014-01-09
Michael Meskes
Fix descriptor output in ECPG.
commit
|
commitdiff
|
tree
2014-01-09
Heikki Linnakangas
Refactor checking whether we've reached the recovery...
commit
|
commitdiff
|
tree
2014-01-09
Peter Eisentraut
pgcrypto: Make header files stand alone
commit
|
commitdiff
|
tree
2014-01-09
Tom Lane
We don't need to include pg_sema.h in s_lock.h anymore.
commit
|
commitdiff
|
tree
2014-01-09
Tom Lane
Fix "cannot accept a set" error when only some arms...
commit
|
commitdiff
|
tree
2014-01-08
Robert Haas
Reduce the number of semaphores used under --disable...
commit
|
commitdiff
|
tree
2014-01-08
Heikki Linnakangas
Fix pause_at_recovery_target + recovery_target_inclusiv...
commit
|
commitdiff
|
tree
2014-01-08
Heikki Linnakangas
If multiple recovery_targets are specified, use the...
commit
|
commitdiff
|
tree
2014-01-08
Tom Lane
Avoid extra AggCheckCallContext() checks in ordered...
commit
|
commitdiff
|
tree
2014-01-08
Tom Lane
Save a few cycles in advance_transition_function().
commit
|
commitdiff
|
tree
2014-01-08
Heikki Linnakangas
Fix bug in determining when recovery has reached consis...
commit
|
commitdiff
|
tree
2014-01-08
Peter Eisentraut
pg_upgrade: Fix fatal error handling
commit
|
commitdiff
|
tree
2014-01-07
Bruce Momjian
Update copyright for 2014
commit
|
commitdiff
|
tree
2014-01-07
Tom Lane
Fix LATERAL references to target table of UPDATE/DELETE.
commit
|
commitdiff
|
tree
2014-01-07
Heikki Linnakangas
Silence compiler warning on MSVC.
commit
|
commitdiff
|
tree
2014-01-07
Magnus Hagander
Move permissions check from do_pg_start_backup to pg_st...
commit
|
commitdiff
|
tree
2014-01-07
Magnus Hagander
Avoid including tablespaces inside PGDATA twice in...
commit
|
commitdiff
|
tree
2014-01-07
Peter Eisentraut
Add more use of psprintf()
commit
|
commitdiff
|
tree
2014-01-06
Heikki Linnakangas
Remove bogus -K option from pg_dump.
commit
|
commitdiff
|
tree
2014-01-05
Tom Lane
Cache catalog lookup data across groups in ordered...
commit
|
commitdiff
|
tree
2014-01-04
Tom Lane
Fix translatability markings in psql, and add defenses...
commit
|
commitdiff
|
tree
2014-01-04
Tom Lane
Fix header comment for bitncmp().
commit
|
commitdiff
|
tree
2014-01-04
Tom Lane
Fix typo in comment.
commit
|
commitdiff
|
tree
2014-01-03
Alvaro Herrera
Restore some comments lost during 15732b34e8c8
commit
|
commitdiff
|
tree
2014-01-03
Tom Lane
Ooops, should use double not single quotes in StaticAss...
commit
|
commitdiff
|
tree
2014-01-03
Tom Lane
Fix calculation of maximum statistics-message size.
commit
|
commitdiff
|
tree
2014-01-02
Alvaro Herrera
Handle 5-char filenames in SlruScanDirectory
commit
|
commitdiff
|
tree
2014-01-02
Alvaro Herrera
Wrap multixact/members correctly during extension
commit
|
commitdiff
|
tree
2014-01-02
Alvaro Herrera
Handle wraparound during truncation in multixact/members
commit
|
commitdiff
|
tree
2014-01-02
Robert Haas
Aggressively freeze tables when CLUSTER or VACUUM FULL...
commit
|
commitdiff
|
tree
2014-01-02
Tom Lane
Fix contrib/pg_upgrade to clean all the cruft made...
commit
|
commitdiff
|
tree
2014-01-02
Robert Haas
Rename walLogHints to wal_log_hints for easier grepping.
commit
|
commitdiff
|
tree
2014-01-01
Michael Meskes
Do not use an empty hostname.
commit
|
commitdiff
|
tree
2013-12-30
Tom Lane
Fix broken support for event triggers as extension...
commit
|
commitdiff
|
tree
2013-12-30
Tom Lane
Fix alphabetization in catalogs.sgml.
commit
|
commitdiff
|
tree
2013-12-30
Tom Lane
Remove dead code now that orindxpath.c is history.
commit
|
commitdiff
|
tree
2013-12-30
Tom Lane
Extract restriction OR clauses whether or not they...
commit
|
commitdiff
|
tree
2013-12-29
Kevin Grittner
Don't attempt to limit target database for pg_restore.
commit
|
commitdiff
|
tree
2013-12-29
Tom Lane
Undo autoconf 2.69's attempt to #define _DARWIN_USE_64_...
commit
|
commitdiff
|
tree
2013-12-29
Peter Eisentraut
Update grammar
commit
|
commitdiff
|
tree
2013-12-28
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2013-12-27
Andrew Dunstan
Properly detect invalid JSON numbers when generating...
commit
|
commitdiff
|
tree
2013-12-27
Kevin Grittner
Fix misplaced right paren bugs in pgstatfuncs.c.
commit
|
commitdiff
|
tree
2013-12-27
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2013-12-24
Tom Lane
Fix inadequately-tested code path in tuplesort_skiptupl...
commit
|
commitdiff
|
tree
2013-12-24
Tom Lane
Fix ANALYZE failure on a column that's a domain over...
commit
|
commitdiff
|
tree
2013-12-24
Robert Haas
Revise documentation for new freezing method.
commit
|
commitdiff
|
tree
2013-12-24
Tom Lane
Fix portability issue in ordered-set patch.
commit
|
commitdiff
|
tree
2013-12-23
Tom Lane
Support ordered-set (WITHIN GROUP) aggregates.
commit
|
commitdiff
|
tree
2013-12-22
Robert Haas
Change the way we mark tuples as frozen.
commit
|
commitdiff
|
tree
2013-12-20
Fujii Masao
Rename wal_log_hintbits to wal_log_hints, per discussio...
commit
|
commitdiff
|
tree
2013-12-20
Alvaro Herrera
Avoid useless palloc during transaction commit
commit
|
commitdiff
|
tree
2013-12-20
Robert Haas
pg_prewarm, a contrib module for prewarming relationd...
commit
|
commitdiff
|
tree
next