index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
Rearrange planner to save the whole PlannerInfo (subroot) for a subquery.
Tom Lane
2011-09-03
*
Add archive_command example
Peter Eisentraut
2011-09-03
*
Whitespace adjustment for consistency in the file
Peter Eisentraut
2011-09-03
*
Teach ANALYZE to clear pg_class.relhassubclass when appropriate.
Tom Lane
2011-09-02
*
Add C comment about needed include.
Bruce Momjian
2011-09-01
*
Put back improperly removed #include.
Tom Lane
2011-09-01
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
setlocale() on Windows doesn't work correctly if the locale name contains
Heikki Linnakangas
2011-09-01
*
Further repair of eqjoinsel ndistinct-clamping logic.
Tom Lane
2011-09-01
*
Improve eqjoinsel's ndistinct clamping to work for multiple levels of join.
Tom Lane
2011-08-31
*
Fix a missed case in code for "moving average" estimate of reltuples.
Tom Lane
2011-08-30
*
Fix parsing of time string followed by yesterday/today/tomorrow.
Robert Haas
2011-08-30
*
Remove some tabs from README file.
Robert Haas
2011-08-29
*
Fix concat_ws() to not insert a separator after leading NULL argument(s).
Tom Lane
2011-08-29
*
Improve spinlock performance for HP-UX, ia64, non-gcc.
Robert Haas
2011-08-29
*
Allow more include files to be compiled in their own by adding missing
Bruce Momjian
2011-08-27
*
Implement the information schema with_hierarchy column
Peter Eisentraut
2011-08-27
*
Add missing includes after pgrminclude run.
Bruce Momjian
2011-08-26
*
Add markers for skips.
Bruce Momjian
2011-08-26
*
Fix potential memory clobber in tsvector_concat().
Tom Lane
2011-08-26
*
Add makefile rules to check for backtracking in backend and psql lexers.
Tom Lane
2011-08-25
*
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2011-08-25
*
Tweak postgresql.conf.sample's comments on listen_addresess.
Robert Haas
2011-08-25
*
Fix multiple bugs in extension dropping.
Tom Lane
2011-08-24
*
Make CREATE EXTENSION check schema creation permissions.
Tom Lane
2011-08-23
*
Fix overoptimistic assumptions in column width estimation for subqueries.
Tom Lane
2011-08-23
*
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-23
*
Typo fix.
Robert Haas
2011-08-22
*
Fix handling of extension membership when filling in a shell operator.
Tom Lane
2011-08-22
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
*
Fix performance problem when building a lossy tidbitmap.
Tom Lane
2011-08-20
*
Make lazy_vacuum_rel call pg_rusage_init only if needed.
Robert Haas
2011-08-18
*
Remove obsolete README file.
Robert Haas
2011-08-18
*
Translation updates
Peter Eisentraut
2011-08-17
*
Fix comment about which version had BACKUP METHOD line in backup_lable, again.
Heikki Linnakangas
2011-08-17
*
Revise sinval code to remove no-longer-used tuple TID from inval messages.
Tom Lane
2011-08-16
*
Forget about targeting catalog cache invalidations by tuple TID.
Tom Lane
2011-08-16
*
Fix incorrect order of operations during sinval reset processing.
Tom Lane
2011-08-16
*
Preserve toast value OIDs in toast-swap-by-content for CLUSTER/VACUUM FULL.
Tom Lane
2011-08-16
*
Fix race condition in relcache init file invalidation.
Tom Lane
2011-08-16
*
Fix bogus comment that claimed that the new BACKUP METHOD line in
Heikki Linnakangas
2011-08-16
*
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-15
*
Fix unsafe order of operations in foreign-table DDL commands.
Tom Lane
2011-08-14
*
Fix incorrect timeout handling during initial authentication transaction.
Tom Lane
2011-08-13
*
Teach unix_latch.c to use poll() where available.
Tom Lane
2011-08-11
*
Unbreak legacy syntax "COMMENT ON RULE x IS y", with no relation name.
Robert Haas
2011-08-11
*
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
*
Add a bit of debug logging to backend_read_statsfile().
Tom Lane
2011-08-10
*
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-10
*
If backup-end record is not seen, and we reach end of recovery from a
Heikki Linnakangas
2011-08-10
[next]