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
*
Fix another portability issue in pg_basebackup.
Tom Lane
2011-01-23
*
Improve getObjectDescription's display of pg_amop and pg_amproc entries.
Tom Lane
2011-01-23
*
Revert "Factor out functions responsible for caching I/O routines".
Tom Lane
2011-01-23
*
Add .gitignore file to silence complaints about pg_basebackup.
Tom Lane
2011-01-23
*
Suppress uninitialized-variable warning.
Tom Lane
2011-01-23
*
Silence flex warnings about DOS file paths in MSVC builds
Andrew Dunstan
2011-01-23
*
Use pg_strcasecmp instead of strcasecmp for portability
Magnus Hagander
2011-01-23
*
Only show pg_stat_replication details to superusers
Magnus Hagander
2011-01-23
*
filemode is parsed on win32 even if never used
Magnus Hagander
2011-01-23
*
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
*
Code cleanup for assign_transaction_read_only.
Robert Haas
2011-01-22
*
Quick hack to un-break plpython regression tests.
Tom Lane
2011-01-22
*
Allow the wal_buffers setting to be auto-tuned to a reasonable value.
Tom Lane
2011-01-22
*
Suppress "control reaches end of non-void function" warning from gcc 4.5.
Tom Lane
2011-01-22
*
Suppress possibly-uninitialized-variable warnings from gcc 4.5.
Tom Lane
2011-01-22
*
Get rid of the global variable holding the error state
Peter Eisentraut
2011-01-22
*
Link libpgport into pg_test_fsync on msvc
Magnus Hagander
2011-01-22
*
Avoid treating WAL senders as normal backends.
Robert Haas
2011-01-21
*
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
*
Move test_fsync to /contrib.
Bruce Momjian
2011-01-21
*
Don't require usage privileges on the foreign data wrapper when creating a
Heikki Linnakangas
2011-01-21
*
Make ALTER TABLE revalidate uniqueness and exclusion constraints.
Robert Haas
2011-01-20
*
Fix wrong comment
Peter Eisentraut
2011-01-20
*
Fix typo
Peter Eisentraut
2011-01-20
*
Factor out functions responsible for caching I/O routines
Peter Eisentraut
2011-01-20
*
Add new psql command \dL to list languages.
Robert Haas
2011-01-20
*
Add braces around an if block, for readability
Peter Eisentraut
2011-01-19
*
Free plan values in the PLyPlanObject dealloc function
Peter Eisentraut
2011-01-19
*
Improve message for errors in compiling anonymous PL/Python blocks
Peter Eisentraut
2011-01-19
*
Use PyObject_New instead of PyObject_NEW
Peter Eisentraut
2011-01-18
*
Skip dropped attributes when converting Python objects to tuples
Peter Eisentraut
2011-01-18
*
Use palloc in TopMemoryContext instead of malloc
Peter Eisentraut
2011-01-18
*
Fix an error when a set-returning function fails halfway through the execution
Peter Eisentraut
2011-01-18
*
In test_fsync, adjust test headings to match wal_sync_method values;
Bruce Momjian
2011-01-18
*
Avoid detoast in texteq/textne/byteaeq/byteane for unequal-length strings.
Tom Lane
2011-01-18
*
Log replication connections only when log_connections is on
Magnus Hagander
2011-01-18
*
Fix thinko in comment. Spotted by Jim Nasby.
Heikki Linnakangas
2011-01-18
*
Remove "github test" that somehow got into my tree. Sorry.
Bruce Momjian
2011-01-17
*
github test
Bruce Momjian
2011-01-17
*
Use HTABs instead of Python dictionary objects to cache procedures
Peter Eisentraut
2011-01-17
*
Fix miscalculation of itemsafter in array_set_slice().
Tom Lane
2011-01-17
*
Increment Py_None refcount for NULL array elements
Alvaro Herrera
2011-01-17
*
Add getopt() support to test_fsync; also fix printf() format problem.
Bruce Momjian
2011-01-17
*
Set fallback_application_name in walreceiver
Magnus Hagander
2011-01-17
*
Before exiting walreceiver, fsync() all the WAL received.
Heikki Linnakangas
2011-01-17
*
In test_fsync, use #define for printf format of ops/sec.
Bruce Momjian
2011-01-16
*
Use O_DIRECT in O_SYNC test of different size. Restructure O_DIRECT
Bruce Momjian
2011-01-15
*
Reverse number of stars used for test_fsync details.
Bruce Momjian
2011-01-15
*
In test_fsync, warn about options without o_direct that are not used by
Bruce Momjian
2011-01-15
[next]