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
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-04
Attempt to un-break Windows builds with USE_LDAP.
Tom Lane
2012-12-04
Fix build of LDAP URL feature
Peter Eisentraut
2012-12-04
Add support for LDAP URLs
Peter Eisentraut
2012-11-30
Produce a more useful error message for over-length Unix socket paths.
Tom Lane
2012-11-27
Add OpenTransientFile, with automatic cleanup at end-of-xact.
Heikki Linnakangas
2012-10-09
Remove unnecessary overhead in backend's large-object operations.
Tom Lane
2012-10-08
Code review for 64-bit-large-object patch.
Tom Lane
2012-10-06
Add API for 64-bit large object access. Now users can access up to
Tatsuo Ishii
2012-10-05
getnameinfo_unix has to be taught not to insist on NI_NUMERIC flags, too.
Tom Lane
2012-10-03
Improve some LDAP authentication error messages
Peter Eisentraut
2012-09-28
Produce textual error messages for LDAP issues instead of numeric codes
Peter Eisentraut
2012-09-21
Parse pg_ident.conf when it's loaded, keeping it in memory in parsed format.
Heikki Linnakangas
2012-08-10
Support having multiple Unix-domain sockets per postmaster.
Tom Lane
2012-07-16
Remove unreachable code
Peter Eisentraut
2012-07-04
Remove duplicate, unnecessary, variable declaration
Magnus Hagander
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-13
Fix bogus declaration of local variable.
Tom Lane
2012-04-24
Lots of doc corrections.
Robert Haas
2012-03-21
Clean up compiler warnings from unused variables with asserts disabled
Peter Eisentraut
2012-02-26
Remove useless cast
Peter Eisentraut
2012-02-24
Add some enumeration commas, for consistency
Peter Eisentraut
2012-02-23
Remove arbitrary limitation on length of common name in SSL certificates.
Tom Lane
2012-02-23
Fix build without OpenSSL
Peter Eisentraut
2012-02-22
Add parameters for controlling locations of server-side SSL files
Peter Eisentraut
2012-02-01
initdb: Add options --auth-local and --auth-host
Peter Eisentraut
2012-01-27
Revert unfortunate whitespace change
Peter Eisentraut
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-27
Standardize treatment of strcmp() return value
Peter Eisentraut
2011-12-09
Cancel running query if it is detected that the connection to the client is
Heikki Linnakangas
2011-11-03
Do not treat a superuser as a member of every role for HBA purposes.
Andrew Dunstan
2011-10-19
Reject empty pg_hba.conf files.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-23
Use consistent format for reporting GetLastError()
Peter Eisentraut
2011-08-09
Use clearer notation for getnameinfo() return handling
Peter Eisentraut
2011-07-31
Add host name resolution information to pg_hba.conf error messages
Peter Eisentraut
2011-07-26
Replace printf format %i by %d
Peter Eisentraut
2011-07-24
Use OpenSSL's SSL_MODE_ACCEPT_MOVING_WRITE_BUFFER flag.
Tom Lane
2011-07-16
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
Fix SSPI login when multiple roundtrips are required
Magnus Hagander
2011-07-05
Message style improvements of errmsg_internal() calls
Peter Eisentraut
2011-06-28
Modernise pg_hba.conf token processing
Alvaro Herrera
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-02
Implement getpeereid() as a src/port compatibility function.
Tom Lane
2011-05-31
Replace use of credential control messages with getsockopt(LOCAL_PEERCRED).
Tom Lane
2011-05-30
Fix portability bugs in use of credentials control messages for peer auth.
Tom Lane
2011-05-30
Refuse "local" lines in pg_hba.conf on platforms that don't support it
Magnus Hagander
2011-05-30
Don't include local line on platforms without support
Magnus Hagander
[next]