index
:
postgresql.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
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
libpq
Age
Commit message (
Expand
)
Author
2005-07-04
Arrange for the postmaster (and standalone backends, initdb, etc) to
Tom Lane
2005-06-29
Clean up the rather historically encumbered interface to now() and
Tom Lane
2005-06-28
Fix up problems in write_auth_file and parsing of the auth file.
Tom Lane
2005-06-28
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-27
Remove support for Kerberos V4. It seems no one is using this, it has
Neil Conway
2005-06-21
Fix a potential backend crash during authentication when parsing a
Neil Conway
2005-06-14
Add GUC krb_server_hostname so the server hostname can be specified as
Bruce Momjian
2005-06-13
Adjust lo_open() so that specifying INV_READ without INV_WRITE creates
Tom Lane
2005-06-04
Allow kerberos name and username case sensitivity to be specified from
Bruce Momjian
2005-06-02
Push enable/disable of notify and catchup interrupts all the way down
Tom Lane
2005-02-26
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-23
This patch optimizes the md5_text() function (which is used to
Neil Conway
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-20
Flat file cleanup phase 2: make it work for pg_group. The flat group
Tom Lane
2005-02-20
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-14
Improve documentation of signal usage for HAVE_SIGPROCMASK and
Bruce Momjian
2005-02-12
Move plpgsql DEBUG from DEBUG2 to DEBUG1 because it is a user-requested
Bruce Momjian
2005-01-12
Add conditional inclusion of <com_err.h> to support old 'heimdal'
Tom Lane
2005-01-12
Increase MAXLISTEN to a more generous value, and add an error message
Tom Lane
2005-01-08
Consistently use geteuid() not getuid(); there were a few places deviating
Tom Lane
2005-01-07
Improve comments in sample config files.
Tom Lane
2005-01-06
Adjust lookup of client-side profile files (.pgpass and so on) as per
Tom Lane
2004-12-31
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-27
Cause pg_hba.conf file inclusion (@file stuff) to behave as documented,
Tom Lane
2004-12-20
Remove direct inclusions of <com_err.h> as well as configure test for
Tom Lane
2004-11-20
Improve error reporting for SSL connection failures. Remove redundant
Tom Lane
2004-11-17
Fix off-by-one memory allocation, as reported by Rod Taylor. Also
Tom Lane
2004-11-17
Remove debugging printf from #ifdef WIN32 section.
Neil Conway
2004-11-08
Fix unportable code in SockAddr_cidr_mask: you can't assume that
Tom Lane
2004-11-06
Now that we advertize only CIDR address in pg_hba.conf, remove
Bruce Momjian
2004-10-18
Add some code to ensure that we don't lose communication sync due to
Tom Lane
2004-10-12
Message style revisions
Peter Eisentraut
2004-10-09
Adjust configuration-files GUC behavior as per my recent proposal.
Tom Lane
2004-10-08
Whack some sense into the configuration-file-location patch.
Tom Lane
2004-10-06
Here is a patch to fix win32 ssl builds. Summary of changes:
Bruce Momjian
2004-10-06
Adjustment to test on unix domain socket variable for pg_hba.conf
Bruce Momjian
2004-10-06
Remove pg_hba.conf 'local' line for Win32 because it doesn't support unix domain
Bruce Momjian
2004-09-27
Add new macro as shorthand for MS VC and Borland C++:
Bruce Momjian
2004-09-27
Remove references to the ODBC driver from the main source tree. From Kris
Neil Conway
2004-09-26
Fix multiple breakages in our support for SSL certificates.
Tom Lane
2004-09-26
Repair bug that would allow libpq to think a command had succeeded when
Tom Lane
2004-09-23
If we're going to print unrecognized result codes from SSL_get_error
Tom Lane
2004-09-18
Fix memory leak in tokenize_file, per report from Vadim Passynkov.
Tom Lane
2004-09-16
Restructure subtransaction handling to reduce resource consumption,
Tom Lane
2004-09-11
Ensure that pg_largeobject references opened by lo_import() or lo_export()
Tom Lane
2004-09-09
Fix Cygwin defines to be consistent.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-26
Update documentation to prefer CIDR format for pg_hba.conf and use new
Bruce Momjian
[next]