index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Make it possible to run initdb from an admin account on Windows,
Tom Lane
2006-02-10
*
Enable pg_ctl to give up admin privileges when starting the server under
Tom Lane
2006-02-10
*
Check that SID is enabled while checking for Windows admin privileges.
Tom Lane
2006-02-10
*
Change search for default operator classes so that it examines all opclasses
Tom Lane
2006-02-10
*
Clean up some signedness warnings.
Tom Lane
2006-02-10
*
Fix psql after newline patch for calloc(0).
Bruce Momjian
2006-02-10
*
Fix fallout from psql line-wrapping patch.
Tom Lane
2006-02-10
*
Allow "'" symbol in affixes ("'s" affix in english): it was diallowed during
Teodor Sigaev
2006-02-10
*
Fix up remaining library checks.
Peter Eisentraut
2006-02-10
*
renew output of regression test accordingly to
Teodor Sigaev
2006-02-10
*
Done:
Bruce Momjian
2006-02-10
*
Allow psql multi-line column values to align in the proper columns
Bruce Momjian
2006-02-10
*
This fixes pg_dump so that when using the '-O' no owners option it does
Bruce Momjian
2006-02-09
*
Provide the libpq error message when PQputline or PQendcopy fails.
Tom Lane
2006-02-09
*
1 Fix bug with very short word: prefix and suffix might be overlapped,
Teodor Sigaev
2006-02-09
*
Use "bitwise" rather than "binary for AND/OR descriptions in \d, to
Bruce Momjian
2006-02-09
*
C++ comments are verboten. Per gripe from Kris Jurka.
Tom Lane
2006-02-09
*
Reject out-of-range dates in date_in().
Tom Lane
2006-02-09
*
Fix broken non-YYDEBUG case.
Tom Lane
2006-02-09
*
Added just another test case.
Michael Meskes
2006-02-08
*
Remove ancient hack to work around a peculiarity of libcurses on HPUX.
Tom Lane
2006-02-07
*
Source code cleanup.
Bruce Momjian
2006-02-07
*
I think that NUMERIC datatype has a problem in the performance that
Bruce Momjian
2006-02-07
*
Remove question mark:
Bruce Momjian
2006-02-07
*
Make --version option print fixed program name.
Peter Eisentraut
2006-02-07
*
Remove some checks for libraries that no one can identify. We'll see how
Peter Eisentraut
2006-02-07
*
Split up wal-logging items:
Bruce Momjian
2006-02-07
*
Fix HTML alignment in PQprint.
Bruce Momjian
2006-02-07
*
Improve the tests to see if ScalarArrayOpExpr is strict. Original coding
Tom Lane
2006-02-06
*
Check number of affixes to prevent core dump with zero number of affixes
Teodor Sigaev
2006-02-06
*
Fix PQprint HTML tag, "centre" -> "center".
Bruce Momjian
2006-02-06
*
Fix pg_restore to properly discard COPY data when trying to continue
Tom Lane
2006-02-05
*
Fix typo in configuration docs.
Bruce Momjian
2006-02-05
*
Improve my initial, rather hacky implementation of joins to append
Tom Lane
2006-02-05
*
Update PL/pgSQL trigger example to be clearer about how to "merge" data
Bruce Momjian
2006-02-05
*
Fix constraint exclusion to work in inherited UPDATE/DELETE queries
Tom Lane
2006-02-04
*
Fix broken markup.
Tom Lane
2006-02-04
*
Added C bit fields to ecpg parser
Michael Meskes
2006-02-04
*
DROP IF EXISTS for ROLE/USER/GROUP
Andrew Dunstan
2006-02-04
*
Issue a warning if a change-on-restart-only postgresql.conf value is
Peter Eisentraut
2006-02-04
*
Update walcontrol item:
Bruce Momjian
2006-02-04
*
Add to TODO.detail/walcontrol.
Bruce Momjian
2006-02-04
*
In ecpg, automatically double single quotes in $$ strings because
Bruce Momjian
2006-02-04
*
Update Makefile for new thread_test location.
Bruce Momjian
2006-02-04
*
Move thread_test directory from /tools to /test so source-only tarballs
Bruce Momjian
2006-02-04
*
First attempt at removing some AC_CHECK_LIB(foo, main) calls.
Peter Eisentraut
2006-02-04
*
Teach planner to convert simple UNION ALL subqueries into append relations,
Tom Lane
2006-02-03
*
Update tested AIX memset platforms.
Bruce Momjian
2006-02-03
*
Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and turn off
Bruce Momjian
2006-02-03
*
Update random() usage so ranges are inclusive/exclusive as required.
Bruce Momjian
2006-02-03
[next]