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
*
Documentation cleanups for recent shared memory changes.
Robert Haas
2012-07-04
*
Increase the maximum initdb-configured value for shared_buffers to 128MB.
Robert Haas
2012-07-04
*
Make oid2name, pgbench, and vacuumlo set fallback_application_name.
Robert Haas
2012-07-04
*
Remove duplicate, unnecessary, variable declaration
Magnus Hagander
2012-07-04
*
Set the write location in the pg_receivexlog status messages
Magnus Hagander
2012-07-04
*
Always treat a standby returning an an invalid flush location as async
Magnus Hagander
2012-07-04
*
Remove reference to default wal_buffers being 8
Magnus Hagander
2012-07-04
*
Remove references to pgfoundry as recommended hosting platform
Magnus Hagander
2012-07-04
*
Remove references to PostgreSQL bundled on Solaris
Magnus Hagander
2012-07-04
*
Improve documentation about MULE encoding.
Tom Lane
2012-07-04
*
Forgot an #include in the previous patch :-(
Alvaro Herrera
2012-07-03
*
Have REASSIGN OWNED work on extensions, too
Alvaro Herrera
2012-07-03
*
Have copyright tool mention that certain files should be updated in back bran...
Bruce Momjian
2012-07-03
*
Remove misleading hints about reducing the System V request size.
Robert Haas
2012-07-03
*
Fix a stupid bug I introduced into XLogFlush().
Robert Haas
2012-07-02
*
Fix position of WalSndWakeupRequest call.
Robert Haas
2012-07-02
*
Assorted message style improvements
Peter Eisentraut
2012-07-02
*
Fix to_date's handling of year 519.
Tom Lane
2012-07-02
*
Work a little harder on comments for walsender wakeup patch.
Robert Haas
2012-07-02
*
Make commit_delay much smarter.
Robert Haas
2012-07-02
*
Make walsender more responsive.
Robert Haas
2012-07-02
*
Fix race condition in enum value comparisons.
Tom Lane
2012-07-01
*
Suppress compiler warnings in readfuncs.c.
Tom Lane
2012-06-30
*
Remove inappropriate semicolons after function definitions.
Tom Lane
2012-06-30
*
Declare AnonymousShmem pointer as "void *".
Tom Lane
2012-06-30
*
Prevent CREATE TABLE LIKE/INHERITS from (mis) copying whole-row Vars.
Tom Lane
2012-06-30
*
initdb: Update check_need_password for new options
Peter Eisentraut
2012-06-30
*
Validate xlog record header before enlarging the work area to store it.
Heikki Linnakangas
2012-06-30
*
Fix confusion between "size" and "AnonymousShmemSize".
Tom Lane
2012-06-29
*
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-29
*
Make the pg_upgrade log files contain actual commands
Alvaro Herrera
2012-06-29
*
Make init-po and update-po recursive make targets
Peter Eisentraut
2012-06-29
*
Fix NOTIFY to cope with I/O problems, such as out-of-disk-space.
Tom Lane
2012-06-29
*
pg_upgrade: fix off-by-one mistake in snprintf
Alvaro Herrera
2012-06-28
*
Provide MAP_FAILED if sys/mman.h doesn't.
Tom Lane
2012-06-28
*
Update outdated commit; xlp_rem_len field is in page header now.
Heikki Linnakangas
2012-06-28
*
Further fix install program detection
Peter Eisentraut
2012-06-28
*
Fix broken mmap failure-detection code, and improve error message.
Robert Haas
2012-06-28
*
Dramatically reduce System V shared memory consumption.
Robert Haas
2012-06-28
*
Add missing space in event_source GUC description.
Robert Haas
2012-06-28
*
Make UtilityContainsQuery recurse until it finds a non-utility Query.
Tom Lane
2012-06-27
*
Fix install program detection
Peter Eisentraut
2012-06-27
*
Fix two more neglected comments, still referring to log/seg.
Heikki Linnakangas
2012-06-27
*
I neglected many comments in the log+seg -> 64-bit segno patch. Fix.
Heikki Linnakangas
2012-06-27
*
Update release notes for pg_terminate_backend changes.
Robert Haas
2012-06-27
*
Use system install program when available and usable
Peter Eisentraut
2012-06-27
*
Allow pg_terminate_backend() to be used on backends with matching role.
Robert Haas
2012-06-26
*
When LWLOCK_STATS is defined, count spindelays.
Robert Haas
2012-06-26
*
Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.
Tom Lane
2012-06-26
*
Make DROP FUNCTION hint more informative.
Robert Haas
2012-06-26
[next]