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-02-16
Tom Lane
Revert to using --enable-auto-import in Cygwin builds.
commit
|
commitdiff
|
tree
2014-02-16
Tom Lane
Further wordsmithing on 9.3.3 release notes.
commit
|
commitdiff
|
tree
2014-02-16
Tom Lane
PGDLLIMPORT'ify DateStyle and IntervalStyle.
commit
|
commitdiff
|
tree
2014-02-16
Tom Lane
Improve release notes per comments from Andres Freund.
commit
|
commitdiff
|
tree
2014-02-16
Tom Lane
On Windows, expect to find Tcl DLL in bin directory...
commit
|
commitdiff
|
tree
2014-02-16
Tom Lane
First-draft release notes for 9.3.3.
commit
|
commitdiff
|
tree
2014-02-15
Tom Lane
Fix unportable coding in BackgroundWorkerStateChange().
commit
|
commitdiff
|
tree
2014-02-15
Tom Lane
Fix unportable coding in DetermineSleepTime().
commit
|
commitdiff
|
tree
2014-02-15
Tom Lane
Centralize getopt-related declarations in a new header...
commit
|
commitdiff
|
tree
2014-02-15
Bruce Momjian
Remove use of sscanf in pg_upgrade, and add C comment...
commit
|
commitdiff
|
tree
2014-02-15
Bruce Momjian
psql: Add C comment about gset_prefix being freed...
commit
|
commitdiff
|
tree
2014-02-15
Tom Lane
Ooops, forgot to remove solar87 and friends from src...
commit
|
commitdiff
|
tree
2014-02-15
Tom Lane
Update time zone data files to tzdata release 2013i.
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
Fix fat-fingered makefile changes for pltcl.
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
Update regression testing instructions.
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
In mingw builds, make our own import library for libtcl...
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
Suggest shell here-documents instead of psql -c for...
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
In mingw builds, make our own import library for libperl.
commit
|
commitdiff
|
tree
2014-02-14
Tom Lane
Cosmetic improvements in plpython's make rule for libpy...
commit
|
commitdiff
|
tree
2014-02-14
Heikki Linnakangas
Change the order that pg_xlog and WAL archive are polle...
commit
|
commitdiff
|
tree
2014-02-14
Peter Eisentraut
Fix typo
commit
|
commitdiff
|
tree
2014-02-14
Bruce Momjian
Add C comment about problems with CHAR() space trimming
commit
|
commitdiff
|
tree
2014-02-13
Tom Lane
Clean up error cases in psql's COPY TO STDOUT/FROM...
commit
|
commitdiff
|
tree
2014-02-13
Alvaro Herrera
Separate multixact freezing parameters from xid's
commit
|
commitdiff
|
tree
2014-02-13
Bruce Momjian
docs: improve CREATE FUNCTION docs about language case...
commit
|
commitdiff
|
tree
2014-02-13
Bruce Momjian
pgcrypto: clarify 'md5' (hash) table entry
commit
|
commitdiff
|
tree
2014-02-13
Tom Lane
Fix length checking for Unicode identifiers containing...
commit
|
commitdiff
|
tree
2014-02-13
Bruce Momjian
pg_upgrade: mention the need for tablespace snapshots...
commit
|
commitdiff
|
tree
2014-02-13
Bruce Momjian
pg_upgrade: document use of file system and COW snapshots
commit
|
commitdiff
|
tree
2014-02-13
Tom Lane
Improve cross-references between minor version release...
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
Improve text of stub HISTORY file.
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
Improve libpq's error recovery for connection loss...
commit
|
commitdiff
|
tree
2014-02-12
Bruce Momjian
Revert gmake/make release note changes
commit
|
commitdiff
|
tree
2014-02-12
Bruce Momjian
Rename 'gmake' to 'make' in docs and recommended commands
commit
|
commitdiff
|
tree
2014-02-12
Bruce Momjian
pg_upgrade: dramatically reduce memory consumption
commit
|
commitdiff
|
tree
2014-02-12
Bruce Momjian
pg_test_fsync: add C comment about direct I/O and write...
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
In XLogReadBufferExtended, don't assume P_NEW yields...
commit
|
commitdiff
|
tree
2014-02-12
Magnus Hagander
Add missing include, required on some platforms
commit
|
commitdiff
|
tree
2014-02-12
Magnus Hagander
Kill pg_basebackup background process when exiting
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
Use --disable-auto-import linker switch in Mingw builds...
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
Remove --enable-auto-import linker switch in Cygwin...
commit
|
commitdiff
|
tree
2014-02-12
Bruce Momjian
doc: Postgres date-style date-only output is ISO
commit
|
commitdiff
|
tree
2014-02-12
Tom Lane
Tweak position of $(DLL_DEFFILE) in shared-library...
commit
|
commitdiff
|
tree
2014-02-11
Tom Lane
Make gendef.pl emit DATA annotations for global variables.
commit
|
commitdiff
|
tree
2014-02-11
Tom Lane
Flush a stray definition of $(DLLTOOL).
commit
|
commitdiff
|
tree
2014-02-11
Tom Lane
Get rid of use of dlltool in Mingw builds.
commit
|
commitdiff
|
tree
2014-02-11
Tom Lane
Cygwin build fixes.
commit
|
commitdiff
|
tree
2014-02-11
Peter Eisentraut
scripts: Remove newlines from end of generated SQL
commit
|
commitdiff
|
tree
2014-02-11
Tom Lane
Don't generate plain-text HISTORY and src/test/regress...
commit
|
commitdiff
|
tree
2014-02-10
Heikki Linnakangas
Fix WakeupWaiters() to not wake up an exclusive locker...
commit
|
commitdiff
|
tree
2014-02-10
Heikki Linnakangas
Use memmove() instead of memcpy() for copying overlappi...
commit
|
commitdiff
|
tree
2014-02-09
Stephen Frost
Further pg_dump / ftello improvements
commit
|
commitdiff
|
tree
2014-02-09
Stephen Frost
Focus on ftello result < 0 instead of errno
commit
|
commitdiff
|
tree
2014-02-09
Magnus Hagander
Limit pg_basebackup progress output to 1/second
commit
|
commitdiff
|
tree
2014-02-09
Magnus Hagander
Avoid printing uninitialized filename variable in verbo...
commit
|
commitdiff
|
tree
2014-02-09
Stephen Frost
Minor pg_dump improvements
commit
|
commitdiff
|
tree
2014-02-09
Peter Eisentraut
Mark some more variables as static or include the appro...
commit
|
commitdiff
|
tree
2014-02-07
Heikki Linnakangas
Initialize the entryRes array between each call to...
commit
|
commitdiff
|
tree
2014-02-07
Heikki Linnakangas
Speed up "rare & frequent" type GIN queries.
commit
|
commitdiff
|
tree
2014-02-07
Heikki Linnakangas
Fix thinko in comment.
commit
|
commitdiff
|
tree
2014-02-07
Tom Lane
In RelationClearRelation, postpone cache reload if...
commit
|
commitdiff
|
tree
2014-02-06
Andrew Dunstan
Alphabeticize list in OBJS definition in utils/adt...
commit
|
commitdiff
|
tree
2014-02-06
Tom Lane
Assert(IsTransactionState()) in RelationIdGetRelation().
commit
|
commitdiff
|
tree
2014-02-06
Peter Eisentraut
doc: Disable indentation of XHTML output
commit
|
commitdiff
|
tree
2014-02-06
Peter Eisentraut
Fix whitespace
commit
|
commitdiff
|
tree
2014-02-05
Tom Lane
Remove unnecessary relcache flushes after changing...
commit
|
commitdiff
|
tree
2014-02-05
Robert Haas
Minor improvements to replication slot documentation.
commit
|
commitdiff
|
tree
2014-02-05
Peter Eisentraut
PL/Perl: Fix compiler warning
commit
|
commitdiff
|
tree
2014-02-04
Tom Lane
Improve connection-failure error handling in contrib...
commit
|
commitdiff
|
tree
2014-02-04
Fujii Masao
Fix comparison of an array of characters with zero...
commit
|
commitdiff
|
tree
2014-02-04
Robert Haas
Rephrase text to avoid links in regress.sgml
commit
|
commitdiff
|
tree
2014-02-04
Tom Lane
Fix lexing of U& sequences just before EOF.
commit
|
commitdiff
|
tree
2014-02-03
Tom Lane
Fix *-qualification of named parameters in SQL-language...
commit
|
commitdiff
|
tree
2014-02-03
Robert Haas
Adjust pg_sleep_for/pg_sleep_until to use clock_timestamp.
commit
|
commitdiff
|
tree
2014-02-03
Robert Haas
Document a few more regression test hazards.
commit
|
commitdiff
|
tree
2014-02-03
Andrew Dunstan
In json code, clean up temp memory contexts after proce...
commit
|
commitdiff
|
tree
2014-02-03
Fujii Masao
Make pg_basebackup skip temporary statistics files.
commit
|
commitdiff
|
tree
2014-02-02
Tom Lane
Switch in psql_scan() must cover all lexer states ...
commit
|
commitdiff
|
tree
2014-02-02
Fujii Masao
Add <indexterm> for functions pg_sleep_for and pg_sleep...
commit
|
commitdiff
|
tree
2014-02-02
Tom Lane
Clean up some sloppy coding in repl_gram.y.
commit
|
commitdiff
|
tree
2014-02-02
Fujii Masao
Add primary_slotname to recovery.conf.sample.
commit
|
commitdiff
|
tree
2014-02-02
Fujii Masao
Fix typos in docs and comments.
commit
|
commitdiff
|
tree
2014-02-02
Andrew Dunstan
Fix makefile syntax.
commit
|
commitdiff
|
tree
2014-02-01
Tom Lane
Fix some wide-character bugs in the text-search parser.
commit
|
commitdiff
|
tree
2014-02-01
Andrew Dunstan
fix whitespace
commit
|
commitdiff
|
tree
2014-02-01
Tom Lane
Fix some more bugs in signal handlers and process shutd...
commit
|
commitdiff
|
tree
2014-02-01
Andrew Dunstan
Don't use deprecated dllwrap on Cygwin.
commit
|
commitdiff
|
tree
2014-02-01
Andrew Dunstan
Copy the libpq DLL to the bin directory on Mingw and...
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
arrays: tighten checks for multi-dimensional input
commit
|
commitdiff
|
tree
2014-02-01
Robert Haas
Introduce replication slots.
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
docs: mention 'g' is not in the regex embedded options...
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
pg_restore: make help output plural for multi-enabled...
commit
|
commitdiff
|
tree
2014-02-01
Robert Haas
Clear MyProc and MyProcSignalState before they become...
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
doc: mention statistics reset during crash recovery
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
chkpass: check for NULL return value from crypt()
commit
|
commitdiff
|
tree
2014-02-01
Bruce Momjian
doc: mention data page checksums in WAL section
commit
|
commitdiff
|
tree
2014-01-31
Tom Lane
Disallow use of SSL v3 protocol in the server as well...
commit
|
commitdiff
|
tree
2014-01-31
Bruce Momjian
docs: mention tgconstrindid supports exclusion constraints
commit
|
commitdiff
|
tree
2014-01-31
Tom Lane
Add some examples to the postgres_fdw documentation.
commit
|
commitdiff
|
tree
2014-01-31
Bruce Momjian
doc: authentication wording improvements
commit
|
commitdiff
|
tree
next