index
:
postgresql-pgindent.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
master-pgindent
Auto-updated pgindent branches
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
postmaster
Age
Commit message (
Expand
)
Author
2005-09-24
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-22
Suppress port number for unix domain sockets in log connect/disconnect
Bruce Momjian
2005-09-12
Ensure that any memory leaked during an error inside the bgwriter is
Tom Lane
2005-08-30
Log send() failures when sending to statistics process (but only in
Tom Lane
2005-08-20
Convert the arithmetic for shared memory size calculation from 'int'
Tom Lane
2005-08-15
Allow the pgstat views to show toast tables as well as regular tables
Tom Lane
2005-08-12
Reverse out changes to canonicalize_path(), per suggestion from Tom.
Bruce Momjian
2005-08-12
Modify canonicalize_path() so if we would return a trailing "..", throw
Bruce Momjian
2005-08-12
Code & docs review for server instrumentation patch. File timestamps
Tom Lane
2005-08-12
Add files to do read I/O on the cluster directory:
Bruce Momjian
2005-08-11
Autovacuum loose end mop-up. Provide autovacuum-specific vacuum cost
Tom Lane
2005-08-09
Make backends that are reading the pgstats file verify each backend PID
Tom Lane
2005-08-08
Cause ShutdownPostgres to do a normal transaction abort during backend
Tom Lane
2005-08-02
Tweak BgBufferSync() so that a persistent write error on a dirty buffer
Tom Lane
2005-07-29
Clean up a number of autovacuum loose ends. Make the stats collector
Tom Lane
2005-07-24
Fix some failures to initialize table entries induced by recent autovacuum
Tom Lane
2005-07-21
Update DAYS_PER_MONTH comment.
Bruce Momjian
2005-07-21
Add time/date macros for code clarity:
Bruce Momjian
2005-07-14
Integrate autovacuum functionality into the backend. There's still a
Tom Lane
2005-07-04
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-06-30
Issue fatal error if no TCP/IP sockets could be created
Peter Eisentraut
2005-06-30
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-29
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-25
Fix a couple of items that should be declared Oid not int. Purely
Tom Lane
2005-06-19
Simplify uses of readdir() by creating a function ReadDir() that
Tom Lane
2005-06-17
Two-phase commit. Original patch by Heikki Linnakangas, with additional
Tom Lane
2005-06-14
Add pg_postmaster_start_time() function.
Bruce Momjian
2005-06-09
Fix typo in comment, per Alvaro.
Tom Lane
2005-05-29
Modify hash_search() API to prevent future occurrences of the error
Tom Lane
2005-05-28
Bgwriter should PANIC if it runs out of memory for pending-fsyncs
Tom Lane
2005-05-15
Rename Rendezvous to Bonjour to match OS/X renaming.
Bruce Momjian
2005-05-11
This patch reduces the size of the message header used by statistics
Neil Conway
2005-05-09
Complete the following TODO items:
Neil Conway
2005-04-19
Attached patch gets rid of the global timezone in the following steps:
Bruce Momjian
2005-04-14
Marginal hack to use a specialized hash function for dynahash hashtables
Tom Lane
2005-04-14
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-08
Use fork_process() to avoid some fork()-related boilerplate code when
Neil Conway
2005-03-31
Flush any remaining statistics counts out to the collector at process
Tom Lane
2005-03-25
Kerberos fixes from Magnus Hagander --- in theory Kerberos 5 auth
Tom Lane
2005-03-24
Set socket timer to 58 instead of 60 minutes for hour-old cleaners:
Bruce Momjian
2005-03-24
Touch postmaster log file every hour, rather than every 10 minutes, to
Bruce Momjian
2005-03-18
Treat EPERM as a non-error case when checking to see if old postmaster
Tom Lane
2005-03-16
Wrap the implementation of fork_process() inside #ifndef WIN32 -- this
Neil Conway
2005-03-13
Add some missing #includes.
Tom Lane
2005-03-12
Fix problem with infinite recursion between write_syslogger_file and
Tom Lane
2005-03-10
Refactor fork()-related code. We need to do various housekeeping tasks
Neil Conway
2005-03-04
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
[next]