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
*
Avoid treating WAL senders as normal backends.
Robert Haas
2011-01-21
*
Code cleanup for assign_XactIsoLevel.
Robert Haas
2011-01-21
*
More pg_test_fsync cleanup.
Tom Lane
2011-01-21
*
Clean up pg_test_fsync commit.
Tom Lane
2011-01-21
*
Fix broken markup, also minor copy-editing.
Tom Lane
2011-01-21
*
Correctly add exceptions to the plpy module for Python 3
Peter Eisentraut
2011-01-21
*
Emphasize where OVER needs to be when using a window function.
Robert Haas
2011-01-21
*
Update SGML docs to point to new /contrib/pg_test_fsync.
Bruce Momjian
2011-01-21
*
Update C banner on new pg_test_fsync file.
Bruce Momjian
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
*
Document that WITH queries are also called Common Table Expressions.
Robert Haas
2011-01-19
*
Show correct datatype for pg_class.relpersistence, plus a typo fix.
Tom Lane
2011-01-19
*
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
*
In the docs, better distinguish server from client SSL settings in the docume...
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
*
Move a couple of declarations to reflect where the routines really are.
Tom Lane
2011-01-15
*
Add .gitignore to silence git complaints about parser/scanner output files.
Tom Lane
2011-01-15
*
Have test_fsync output details that fdatasync is the default
Bruce Momjian
2011-01-15
*
Restructure test_fync to use modular C so there is less duplicate code
Bruce Momjian
2011-01-15
*
Enumerate available tablespaces after starting the backup
Magnus Hagander
2011-01-15
*
Improve output display of test_fsync.
Bruce Momjian
2011-01-15
*
Apply patch for test_fsync to add tests for O_DIRECT.
Bruce Momjian
2011-01-15
*
Treat a WAL sender process that hasn't started streaming yet as a regular
Heikki Linnakangas
2011-01-15
[next]