index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Commit message (
Expand
)
Author
Age
...
*
Improve some LDAP authentication error messages
Peter Eisentraut
2012-10-02
*
Work around unportable behavior of malloc(0) and realloc(NULL, 0).
Tom Lane
2012-10-02
*
Refactor "ALTER some-obj SET SCHEMA" implementation
Alvaro Herrera
2012-10-02
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Fix typo in previous warning-silencing patch.
Heikki Linnakangas
2012-10-02
*
Silence compiler warning about pointer type mismatch on some platforms.
Heikki Linnakangas
2012-10-02
*
Allow a few seconds for Windows to catch up with a directory rename when chec...
Andrew Dunstan
2012-10-02
*
Add #includes needed on some platforms in the new files.
Heikki Linnakangas
2012-10-02
*
Split off functions related to timeline history files and XLOG archiving.
Heikki Linnakangas
2012-10-02
*
Fix access past end of string in date parsing.
Heikki Linnakangas
2012-10-02
*
Add C comment that IsBackendPid() is called by external modules, so we
Bruce Momjian
2012-10-01
*
Remove collations from generic ALTER test
Alvaro Herrera
2012-10-01
*
Provide some static-assertion functionality on all compilers.
Tom Lane
2012-09-30
*
Add infrastructure for compile-time assertions about variable types.
Tom Lane
2012-09-30
*
psql: Mark table headers in \drds output for translation
Peter Eisentraut
2012-09-29
*
Disable _FORTIFY_SOURCE with ICC
Peter Eisentraut
2012-09-29
*
Fix bugs in "restore.sql" script emitted in pg_dump tar output.
Tom Lane
2012-09-29
*
Add _FORTIFY_SOURCE to default compiler options for linux template
Peter Eisentraut
2012-09-29
*
PL/Python: Remove workaround for returning booleans in Python <2.3
Peter Eisentraut
2012-09-29
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
*
Add alternative expected output for alter_generic
Alvaro Herrera
2012-09-29
*
Remove checks for now long outdated compilers.
Andrew Dunstan
2012-09-28
*
Add alter_generic regression test
Alvaro Herrera
2012-09-28
*
Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant.
Tom Lane
2012-09-28
*
Produce textual error messages for LDAP issues instead of numeric codes
Peter Eisentraut
2012-09-27
*
Fix btmarkpos/btrestrpos to handle array keys.
Tom Lane
2012-09-27
*
Have pg_terminate/cancel_backend not ERROR on non-existent processes
Alvaro Herrera
2012-09-27
*
Run check_keywords.pl anytime gram.c is rebuilt.
Tom Lane
2012-09-26
*
Make plpgsql's unreserved keywords more unreserved.
Tom Lane
2012-09-26
*
Add new EVENT keyword to unreserved_keyword production.
Tom Lane
2012-09-26
*
Add support for include_dir in config file.
Heikki Linnakangas
2012-09-24
*
Prevent emitting "ALTER VIEW foo SET ()".
Tom Lane
2012-09-24
*
RELEASE_NOTES: Fix typo
Alvaro Herrera
2012-09-23
*
Update translation updates instructions
Peter Eisentraut
2012-09-22
*
Minor corrections for ALTER TYPE ADD VALUE IF NOT EXISTS patch.
Tom Lane
2012-09-22
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Improve ruleutils.c's heuristics for dealing with rangetable aliases.
Tom Lane
2012-09-21
*
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-09-21
*
Fix obsolete comment.
Heikki Linnakangas
2012-09-21
*
Remove execdesc.h inclusion from tcopprot.h
Alvaro Herrera
2012-09-20
*
Put back AcceptInvalidationMessages calls in heap_openrv(_extended).
Tom Lane
2012-09-19
*
Update time zone data files to tzdata release 2012f.
Tom Lane
2012-09-19
*
Fix planning of btree index scans using ScalarArrayOpExpr quals.
Tom Lane
2012-09-18
*
Fix array_typanalyze to work for domains over arrays.
Tom Lane
2012-09-18
*
libpq: Add missing directory to installdirs target
Peter Eisentraut
2012-09-17
*
PL/Python: Improve Python 3 regression test setup
Peter Eisentraut
2012-09-16
*
Rethink heuristics for choosing index quals for parameterized paths.
Tom Lane
2012-09-16
*
Fix bufmgr so CHECKPOINT_END_OF_RECOVERY behaves as a shutdown checkpoint.
Simon Riggs
2012-09-16
*
Adjust largeobject_1.source per buildfarm.
Tom Lane
2012-09-15
*
psql: Add more constraint completion
Peter Eisentraut
2012-09-14
[prev]
[next]